Color Hex Logo

#cbd86e Color Hex

#CBD86E
(203,216,110)
0 Favorites   0 Comments

Color spaces of #cbd86e

RGB 203216110
HSL0.190.580.64
HSV67°49°85°
CMYK 0.060.000.49   0.15
XYZ51.998962.934024.1587
Yxy62.93400.37380.4525
Hunter Lab79.3310-21.828137.4760
CIE-Lab83.4076-19.545350.3138

#cbd86e color RGB value is (203,216,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 01101110
Octal 313 330 156
Decimal 203 216 110
Hex CB D8 6E

RGB Percentages of Color #cbd86e

%38.37
%40.83
%20.79

CMYK Percentages of Color #cbd86e

%6
%0
%49
%15

Triadic Colors of #cbd86e

#cbd86e #6ecbd8 #d86ecb

Analogous Colors of #cbd86e

#cbd86e #96d86e #d8b06e

Monochromatic Colors of #cbd86e

#cbd86e

Complementary Color

#cbd86e #7b6ed8

#cbd86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd86e Color CSS Codes

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

#cbd86e Text Font Color

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

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


#cbd86e Background Color

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

This div background color is #cbd86e


#cbd86e Border Color

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

This div border color is #cbd86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd86e


Comments

No comments written yet.

Please login to write comment.