Color Hex Logo

#cbe4bd Color Hex

#CBE4BD
(203,228,189)
1 Favorites   0 Comments

Color spaces of #cbe4bd

RGB 203228189
HSL0.270.420.82
HSV98°17°89°
CMYK 0.110.000.17   0.11
XYZ61.557371.857458.7696
Yxy71.85740.32030.3739
Hunter Lab84.7687-18.722318.2328
CIE-Lab87.8999-15.247216.2978

#cbe4bd color RGB value is (203,228,189).

#cbe4bd hex color red value is 203, green value is 228 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cbe4bd hue: 0.27 , saturation: 0.42 and the lightness value of cbe4bd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 10111101
Octal 313 344 275
Decimal 203 228 189
Hex CB E4 BD

RGB Percentages of Color #cbe4bd

%32.74
%36.77
%30.48

CMYK Percentages of Color #cbe4bd

%11
%0
%17
%11

Triadic Colors of #cbe4bd

#cbe4bd #bdcbe4 #e4bdcb

Analogous Colors of #cbe4bd

#cbe4bd #bde4c3 #dfe4bd

Monochromatic Colors of #cbe4bd

#cbe4bd

Complementary Color

#cbe4bd #d6bde4

#cbe4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe4bd Color CSS Codes

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

#cbe4bd Text Font Color

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

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


#cbe4bd Background Color

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

This div background color is #cbe4bd


#cbe4bd Border Color

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

This div border color is #cbe4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe4bd


Comments

No comments written yet.

Please login to write comment.