Color Hex Logo

#69ccea Color Hex

#69CCEA
(105,204,234)
0 Favorites   0 Comments

Color spaces of #69ccea

RGB 105204234
HSL0.540.750.66
HSV194°55°92°
CMYK 0.550.130.00   0.08
XYZ42.269852.129585.6760
Yxy52.12950.23470.2895
Hunter Lab72.2008-21.8488-19.8151
CIE-Lab77.3582-20.7543-23.6792

#69ccea color RGB value is (105,204,234).

#69ccea hex color red value is 105, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #69ccea hue: 0.54 , saturation: 0.75 and the lightness value of 69ccea is 0.66.

The process color (four color CMYK) of #69ccea color hex is 0.55, 0.13, 0.00, 0.08. Web safe color of #69ccea is #66ccff. Color #69ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001100 11101010
Octal 151 314 352
Decimal 105 204 234
Hex 69 CC EA

RGB Percentages of Color #69ccea

%19.34
%37.57
%43.09

CMYK Percentages of Color #69ccea

%55
%13
%0
%8

Triadic Colors of #69ccea

#69ccea #ea69cc #ccea69

Analogous Colors of #69ccea

#69ccea #698cea #69eac8

Monochromatic Colors of #69ccea

#69ccea

Complementary Color

#69ccea #ea8769

#69ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ccea Color CSS Codes

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

#69ccea Text Font Color

<p style="color:#69ccea">Text here</p>

This sample text font color is #69ccea
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.


#69ccea Background Color

<div style="background-color:#69ccea">
Div content here</div>

This div background color is #69ccea


#69ccea Border Color

<div style="border:3px solid #69ccea">
Div here</div>

This div border color is #69ccea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,204,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69ccea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69ccea;
  -webkit-box-shadow: 1px 1px 3px 2px #69ccea;
  box-shadow:         1px 1px 3px 2px #69ccea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,204,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ccea


Comments

No comments written yet.

Please login to write comment.