Color Hex Logo

#cadb72 Color Hex

#CADB72
(202,219,114)
0 Favorites   0 Comments

Color spaces of #cadb72

RGB 202219114
HSL0.190.590.65
HSV70°48°86°
CMYK 0.080.000.48   0.14
XYZ52.725964.434525.5777
Yxy64.43450.36940.4514
Hunter Lab80.2711-23.227137.2975
CIE-Lab84.1915-21.027049.3396

#cadb72 color RGB value is (202,219,114).

#cadb72 hex color red value is 202, green value is 219 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cadb72 hue: 0.19 , saturation: 0.59 and the lightness value of cadb72 is 0.65.

The process color (four color CMYK) of #cadb72 color hex is 0.08, 0.00, 0.48, 0.14. Web safe color of #cadb72 is #cccc66. Color #cadb72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011011 01110010
Octal 312 333 162
Decimal 202 219 114
Hex CA DB 72

RGB Percentages of Color #cadb72

%37.76
%40.93
%21.31

CMYK Percentages of Color #cadb72

%8
%0
%48
%14

Triadic Colors of #cadb72

#cadb72 #72cadb #db72ca

Analogous Colors of #cadb72

#cadb72 #96db72 #dbb872

Monochromatic Colors of #cadb72

#cadb72

Complementary Color

#cadb72 #8372db

#cadb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadb72 Color CSS Codes

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

#cadb72 Text Font Color

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

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


#cadb72 Background Color

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

This div background color is #cadb72


#cadb72 Border Color

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

This div border color is #cadb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadb72


Comments

No comments written yet.

Please login to write comment.