Color Hex Logo

#69cccb Color Hex

#69CCCB
(105,204,203)
0 Favorites   0 Comments

Color spaces of #69cccb

RGB 105204203
HSL0.500.490.61
HSV179°49°80°
CMYK 0.490.000.00   0.20
XYZ38.198150.500864.2343
Yxy50.50080.24980.3302
Hunter Lab71.0639-28.4150-3.8472
CIE-Lab76.3756-29.1894-8.4700

#69cccb color RGB value is (105,204,203).

#69cccb hex color red value is 105, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #69cccb hue: 0.50 , saturation: 0.49 and the lightness value of 69cccb is 0.61.

The process color (four color CMYK) of #69cccb color hex is 0.49, 0.00, 0.00, 0.20. Web safe color of #69cccb is #66cccc. Color #69cccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001100 11001011
Octal 151 314 313
Decimal 105 204 203
Hex 69 CC CB

RGB Percentages of Color #69cccb

%20.51
%39.84
%39.65

CMYK Percentages of Color #69cccb

%49
%0
%0
%20

Triadic Colors of #69cccb

#69cccb #cb69cc #cccb69

Analogous Colors of #69cccb

#69cccb #699ccc #69cc9a

Monochromatic Colors of #69cccb

#69cccb

Complementary Color

#69cccb #cc696a

#69cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cccb Color CSS Codes

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

#69cccb Text Font Color

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

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


#69cccb Background Color

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

This div background color is #69cccb


#69cccb Border Color

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

This div border color is #69cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cccb


Comments

No comments written yet.

Please login to write comment.