Color Hex Logo

#cad95b Color Hex

#CAD95B
(202,217,91)
0 Favorites   0 Comments

Color spaces of #cad95b

RGB 20221791
HSL0.190.620.60
HSV67°58°85°
CMYK 0.070.000.58   0.15
XYZ51.058362.937619.3546
Yxy62.93760.38290.4720
Hunter Lab79.3332-23.951841.0685
CIE-Lab83.4095-22.034258.9427

#cad95b color RGB value is (202,217,91).

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

The process color (four color CMYK) of #cad95b color hex is 0.07, 0.00, 0.58, 0.15. Web safe color of #cad95b is #cccc66. Color #cad95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011001 01011011
Octal 312 331 133
Decimal 202 217 91
Hex CA D9 5B

RGB Percentages of Color #cad95b

%39.61
%42.55
%17.84

CMYK Percentages of Color #cad95b

%7
%0
%58
%15

Triadic Colors of #cad95b

#cad95b #5bcad9 #d95bca

Analogous Colors of #cad95b

#cad95b #8bd95b #d9a95b

Monochromatic Colors of #cad95b

#cad95b

Complementary Color

#cad95b #6a5bd9

#cad95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad95b Color CSS Codes

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

#cad95b Text Font Color

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

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


#cad95b Background Color

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

This div background color is #cad95b


#cad95b Border Color

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

This div border color is #cad95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad95b


Comments

No comments written yet.

Please login to write comment.