Color Hex Logo

#cbead5 Color Hex

#CBEAD5
(203,234,213)
0 Favorites   0 Comments

Color spaces of #cbead5

RGB 203234213
HSL0.390.420.86
HSV139°13°92°
CMYK 0.130.000.09   0.08
XYZ66.061776.346274.2053
Yxy76.34620.30500.3525
Hunter Lab87.3763-17.951910.8107
CIE-Lab90.0198-14.08066.7892

#cbead5 color RGB value is (203,234,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11010101
Octal 313 352 325
Decimal 203 234 213
Hex CB EA D5

RGB Percentages of Color #cbead5

%31.23
%36.00
%32.77

CMYK Percentages of Color #cbead5

%13
%0
%9
%8

Triadic Colors of #cbead5

#cbead5 #d5cbea #ead5cb

Analogous Colors of #cbead5

#cbead5 #cbeae5 #d1eacb

Monochromatic Colors of #cbead5

#cbead5

Complementary Color

#cbead5 #eacbe0

#cbead5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbead5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbead5 Color CSS Codes

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

#cbead5 Text Font Color

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

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


#cbead5 Background Color

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

This div background color is #cbead5


#cbead5 Border Color

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

This div border color is #cbead5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbead5


Comments

No comments written yet.

Please login to write comment.