Color Hex Logo

#cbead9 Color Hex

#CBEAD9
(203,234,217)
0 Favorites   0 Comments

Color spaces of #cbead9

RGB 203234217
HSL0.410.420.86
HSV147°13°92°
CMYK 0.130.000.07   0.08
XYZ66.575876.551976.9127
Yxy76.55190.30260.3479
Hunter Lab87.4939-17.29049.1261
CIE-Lab90.1150-13.34474.8382

#cbead9 color RGB value is (203,234,217).

#cbead9 hex color red value is 203, green value is 234 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #cbead9 hue: 0.41 , saturation: 0.42 and the lightness value of cbead9 is 0.86.

The process color (four color CMYK) of #cbead9 color hex is 0.13, 0.00, 0.07, 0.08. Web safe color of #cbead9 is #ccffcc. Color #cbead9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11011001
Octal 313 352 331
Decimal 203 234 217
Hex CB EA D9

RGB Percentages of Color #cbead9

%31.04
%35.78
%33.18

CMYK Percentages of Color #cbead9

%13
%0
%7
%8

Triadic Colors of #cbead9

#cbead9 #d9cbea #ead9cb

Analogous Colors of #cbead9

#cbead9 #cbeae9 #cdeacb

Monochromatic Colors of #cbead9

#cbead9

Complementary Color

#cbead9 #eacbdc

#cbead9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbead9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbead9 Color CSS Codes

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

#cbead9 Text Font Color

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

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


#cbead9 Background Color

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

This div background color is #cbead9


#cbead9 Border Color

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

This div border color is #cbead9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,234,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbead9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbead9;
  -webkit-box-shadow: 1px 1px 3px 2px #cbead9;
  box-shadow:         1px 1px 3px 2px #cbead9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbead9


Comments

No comments written yet.

Please login to write comment.