Color Hex Logo

#cbd87e Color Hex

#CBD87E
(203,216,126)
0 Favorites   0 Comments

Color spaces of #cbd87e

RGB 203216126
HSL0.190.540.67
HSV69°42°85°
CMYK 0.060.000.42   0.15
XYZ52.950463.314629.1688
Yxy63.31460.36410.4353
Hunter Lab79.5705-20.465033.9649
CIE-Lab83.6076-17.928142.8086

#cbd87e color RGB value is (203,216,126).

#cbd87e hex color red value is 203, green value is 216 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cbd87e hue: 0.19 , saturation: 0.54 and the lightness value of cbd87e is 0.67.

The process color (four color CMYK) of #cbd87e color hex is 0.06, 0.00, 0.42, 0.15. Web safe color of #cbd87e is #cccc66. Color #cbd87e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 01111110
Octal 313 330 176
Decimal 203 216 126
Hex CB D8 7E

RGB Percentages of Color #cbd87e

%37.25
%39.63
%23.12

CMYK Percentages of Color #cbd87e

%6
%0
%42
%15

Triadic Colors of #cbd87e

#cbd87e #7ecbd8 #d87ecb

Analogous Colors of #cbd87e

#cbd87e #9ed87e #d8b87e

Monochromatic Colors of #cbd87e

#cbd87e

Complementary Color

#cbd87e #8b7ed8

#cbd87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd87e Color CSS Codes

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

#cbd87e Text Font Color

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

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


#cbd87e Background Color

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

This div background color is #cbd87e


#cbd87e Border Color

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

This div border color is #cbd87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd87e


Comments

No comments written yet.

Please login to write comment.