Color Hex Logo

#cbd86d Color Hex

#CBD86D
(203,216,109)
0 Favorites   0 Comments

Color spaces of #cbd86d

RGB 203216109
HSL0.190.580.64
HSV67°50°85°
CMYK 0.060.000.50   0.15
XYZ51.944862.912423.8735
Yxy62.91240.37440.4535
Hunter Lab79.3173-21.906037.6766
CIE-Lab83.3963-19.638150.7725

#cbd86d color RGB value is (203,216,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 01101101
Octal 313 330 155
Decimal 203 216 109
Hex CB D8 6D

RGB Percentages of Color #cbd86d

%38.45
%40.91
%20.64

CMYK Percentages of Color #cbd86d

%6
%0
%50
%15

Triadic Colors of #cbd86d

#cbd86d #6dcbd8 #d86dcb

Analogous Colors of #cbd86d

#cbd86d #96d86d #d8b06d

Monochromatic Colors of #cbd86d

#cbd86d

Complementary Color

#cbd86d #7a6dd8

#cbd86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd86d Color CSS Codes

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

#cbd86d Text Font Color

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

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


#cbd86d Background Color

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

This div background color is #cbd86d


#cbd86d Border Color

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

This div border color is #cbd86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd86d


Comments

No comments written yet.

Please login to write comment.