Color Hex Logo

#cbd86c Color Hex

#CBD86C
(203,216,108)
0 Favorites   0 Comments

Color spaces of #cbd86c

RGB 203216108
HSL0.190.580.64
HSV67°50°85°
CMYK 0.060.000.50   0.15
XYZ51.891262.891023.5916
Yxy62.89100.37500.4545
Hunter Lab79.3038-21.983137.8749
CIE-Lab83.3850-19.730251.2296

#cbd86c color RGB value is (203,216,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 01101100
Octal 313 330 154
Decimal 203 216 108
Hex CB D8 6C

RGB Percentages of Color #cbd86c

%38.52
%40.99
%20.49

CMYK Percentages of Color #cbd86c

%6
%0
%50
%15

Triadic Colors of #cbd86c

#cbd86c #6ccbd8 #d86ccb

Analogous Colors of #cbd86c

#cbd86c #95d86c #d8af6c

Monochromatic Colors of #cbd86c

#cbd86c

Complementary Color

#cbd86c #796cd8

#cbd86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd86c Color CSS Codes

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

#cbd86c Text Font Color

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

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


#cbd86c Background Color

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

This div background color is #cbd86c


#cbd86c Border Color

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

This div border color is #cbd86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd86c


Comments

No comments written yet.

Please login to write comment.