Color Hex Logo

#cbe3bd Color Hex

#CBE3BD
(203,227,189)
0 Favorites   0 Comments

Color spaces of #cbe3bd

RGB 203227189
HSL0.270.400.82
HSV98°17°89°
CMYK 0.110.000.17   0.11
XYZ61.283071.308858.6781
Yxy71.30880.32040.3728
Hunter Lab84.4445-18.237117.9122
CIE-Lab87.6348-14.748115.9254

#cbe3bd color RGB value is (203,227,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 10111101
Octal 313 343 275
Decimal 203 227 189
Hex CB E3 BD

RGB Percentages of Color #cbe3bd

%32.79
%36.67
%30.53

CMYK Percentages of Color #cbe3bd

%11
%0
%17
%11

Triadic Colors of #cbe3bd

#cbe3bd #bdcbe3 #e3bdcb

Analogous Colors of #cbe3bd

#cbe3bd #bde3c2 #dee3bd

Monochromatic Colors of #cbe3bd

#cbe3bd

Complementary Color

#cbe3bd #d5bde3

#cbe3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe3bd Color CSS Codes

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

#cbe3bd Text Font Color

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

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


#cbe3bd Background Color

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

This div background color is #cbe3bd


#cbe3bd Border Color

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

This div border color is #cbe3bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,227,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 #cbe3bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe3bd


Comments

No comments written yet.

Please login to write comment.