Color Hex Logo

#cbe5cd Color Hex

#CBE5CD
(203,229,205)
0 Favorites   0 Comments

Color spaces of #cbe5cd

RGB 203229205
HSL0.350.330.85
HSV125°11°90°
CMYK 0.110.000.10   0.10
XYZ63.667473.142968.5200
Yxy73.14290.31010.3562
Hunter Lab85.5236-16.783412.3644
CIE-Lab88.5158-13.01458.8109

#cbe5cd color RGB value is (203,229,205).

#cbe5cd hex color red value is 203, green value is 229 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cbe5cd hue: 0.35 , saturation: 0.33 and the lightness value of cbe5cd is 0.85.

The process color (four color CMYK) of #cbe5cd color hex is 0.11, 0.00, 0.10, 0.10. Web safe color of #cbe5cd is #cccccc. Color #cbe5cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 11001101
Octal 313 345 315
Decimal 203 229 205
Hex CB E5 CD

RGB Percentages of Color #cbe5cd

%31.87
%35.95
%32.18

CMYK Percentages of Color #cbe5cd

%11
%0
%10
%10

Triadic Colors of #cbe5cd

#cbe5cd #cdcbe5 #e5cdcb

Analogous Colors of #cbe5cd

#cbe5cd #cbe5da #d6e5cb

Monochromatic Colors of #cbe5cd

#cbe5cd

Complementary Color

#cbe5cd #e5cbe3

#cbe5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe5cd Color CSS Codes

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

#cbe5cd Text Font Color

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

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


#cbe5cd Background Color

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

This div background color is #cbe5cd


#cbe5cd Border Color

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

This div border color is #cbe5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe5cd

#cbe5cd Color Palettes


Comments

No comments written yet.

Please login to write comment.