Color Hex Logo

#cbd95a Color Hex

#CBD95A
(203,217,90)
0 Favorites   0 Comments

Color spaces of #cbd95a

RGB 20321790
HSL0.190.630.60
HSV67°59°85°
CMYK 0.060.000.59   0.15
XYZ51.286963.060419.1416
Yxy63.06040.38420.4724
Hunter Lab79.4106-23.685241.2958
CIE-Lab83.4741-21.707059.4681

#cbd95a color RGB value is (203,217,90).

#cbd95a hex color red value is 203, green value is 217 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cbd95a hue: 0.19 , saturation: 0.63 and the lightness value of cbd95a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 01011010
Octal 313 331 132
Decimal 203 217 90
Hex CB D9 5A

RGB Percentages of Color #cbd95a

%39.80
%42.55
%17.65

CMYK Percentages of Color #cbd95a

%6
%0
%59
%15

Triadic Colors of #cbd95a

#cbd95a #5acbd9 #d95acb

Analogous Colors of #cbd95a

#cbd95a #8cd95a #d9a85a

Monochromatic Colors of #cbd95a

#cbd95a

Complementary Color

#cbd95a #685ad9

#cbd95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd95a Color CSS Codes

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

#cbd95a Text Font Color

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

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


#cbd95a Background Color

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

This div background color is #cbd95a


#cbd95a Border Color

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

This div border color is #cbd95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd95a


Comments

No comments written yet.

Please login to write comment.