Color Hex Logo

#6cdded Color Hex

#6CDDED
(108,221,237)
0 Favorites   0 Comments

Color spaces of #6cdded

RGB 108221237
HSL0.520.780.68
HSV187°54°93°
CMYK 0.540.070.00   0.07
XYZ47.326961.015589.4035
Yxy61.01550.23930.3086
Hunter Lab78.1124-28.5468-13.1816
CIE-Lab82.3871-27.7800-17.6486

#6cdded color RGB value is (108,221,237).

#6cdded hex color red value is 108, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6cdded hue: 0.52 , saturation: 0.78 and the lightness value of 6cdded is 0.68.

The process color (four color CMYK) of #6cdded color hex is 0.54, 0.07, 0.00, 0.07. Web safe color of #6cdded is #66ccff. Color #6cdded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 11101101
Octal 154 335 355
Decimal 108 221 237
Hex 6C DD ED

RGB Percentages of Color #6cdded

%19.08
%39.05
%41.87

CMYK Percentages of Color #6cdded

%54
%7
%0
%7

Triadic Colors of #6cdded

#6cdded #ed6cdd #dded6c

Analogous Colors of #6cdded

#6cdded #6c9ded #6cedbd

Monochromatic Colors of #6cdded

#6cdded

Complementary Color

#6cdded #ed7c6c

#6cdded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdded Color CSS Codes

.mybgcolor {background-color:#6cdded; } 
.myforecolor {color:#6cdded; }
.mybordercolor {border:3px solid #6cdded; }

#6cdded Text Font Color

<p style="color:#6cdded">Text here</p>

This sample text font color is #6cdded
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6cdded Background Color

<div style="background-color:#6cdded">
Div content here</div>

This div background color is #6cdded


#6cdded Border Color

<div style="border:3px solid #6cdded">
Div here</div>

This div border color is #6cdded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,221,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cdded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cdded;
  -webkit-box-shadow: 1px 1px 3px 2px #6cdded;
  box-shadow:         1px 1px 3px 2px #6cdded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,221,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6cdded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6cdded;
  -webkit-box-shadow: 1px 1px 3px 2px #6cdded;
  box-shadow:         1px 1px 3px 2px #6cdded;">
Div content here</div>

This div box has shadow with color #6cdded


Comments

No comments written yet.

Please login to write comment.