Color Hex Logo

#cbd89e Color Hex

#CBD89E
(203,216,158)
0 Favorites   0 Comments

Color spaces of #cbd89e

RGB 203216158
HSL0.200.430.73
HSV73°27°85°
CMYK 0.060.000.27   0.15
XYZ55.356064.276941.8369
Yxy64.27690.34280.3981
Hunter Lab80.1729-17.055825.1815
CIE-Lab84.1097-13.954027.2034

#cbd89e color RGB value is (203,216,158).

#cbd89e hex color red value is 203, green value is 216 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cbd89e hue: 0.20 , saturation: 0.43 and the lightness value of cbd89e is 0.73.

The process color (four color CMYK) of #cbd89e color hex is 0.06, 0.00, 0.27, 0.15. Web safe color of #cbd89e is #cccc99. Color #cbd89e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 10011110
Octal 313 330 236
Decimal 203 216 158
Hex CB D8 9E

RGB Percentages of Color #cbd89e

%35.18
%37.44
%27.38

CMYK Percentages of Color #cbd89e

%6
%0
%27
%15

Triadic Colors of #cbd89e

#cbd89e #9ecbd8 #d89ecb

Analogous Colors of #cbd89e

#cbd89e #aed89e #d8c89e

Monochromatic Colors of #cbd89e

#cbd89e

Complementary Color

#cbd89e #ab9ed8

#cbd89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd89e Color CSS Codes

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

#cbd89e Text Font Color

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

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


#cbd89e Background Color

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

This div background color is #cbd89e


#cbd89e Border Color

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

This div border color is #cbd89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd89e


Comments

No comments written yet.

Please login to write comment.