Color Hex Logo

#69d4cb Color Hex

#69D4CB
(105,212,203)
0 Favorites   0 Comments

Color spaces of #69d4cb

RGB 105212203
HSL0.490.550.62
HSV175°50°83°
CMYK 0.500.000.04   0.17
XYZ40.148754.402064.8845
Yxy54.40200.25180.3412
Hunter Lab73.7577-31.9127-0.5269
CIE-Lab78.6956-33.0124-5.0342

#69d4cb color RGB value is (105,212,203).

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

The process color (four color CMYK) of #69d4cb color hex is 0.50, 0.00, 0.04, 0.17. Web safe color of #69d4cb is #66cccc. Color #69d4cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11010100 11001011
Octal 151 324 313
Decimal 105 212 203
Hex 69 D4 CB

RGB Percentages of Color #69d4cb

%20.19
%40.77
%39.04

CMYK Percentages of Color #69d4cb

%50
%0
%4
%17

Triadic Colors of #69d4cb

#69d4cb #cb69d4 #d4cb69

Analogous Colors of #69d4cb

#69d4cb #69a8d4 #69d496

Monochromatic Colors of #69d4cb

#69d4cb

Complementary Color

#69d4cb #d46972

#69d4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69d4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69d4cb Color CSS Codes

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

#69d4cb Text Font Color

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

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


#69d4cb Background Color

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

This div background color is #69d4cb


#69d4cb Border Color

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

This div border color is #69d4cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,212,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 #69d4cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69d4cb


Comments

No comments written yet.

Please login to write comment.