Color Hex Logo

#cadb0c Color Hex

#CADB0C
(202,219,12)
0 Favorites   0 Comments

Color spaces of #cadb0c

RGB 20221912
HSL0.180.900.45
HSV65°95°86°
CMYK 0.080.000.95   0.14
XYZ49.755063.24619.9332
Yxy63.24610.40470.5145
Hunter Lab79.5274-27.497448.2637
CIE-Lab83.5717-26.221481.6414

#cadb0c color RGB value is (202,219,12).

#cadb0c hex color red value is 202, green value is 219 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cadb0c hue: 0.18 , saturation: 0.90 and the lightness value of cadb0c is 0.45.

The process color (four color CMYK) of #cadb0c color hex is 0.08, 0.00, 0.95, 0.14. Web safe color of #cadb0c is #cccc00. Color #cadb0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011011 00001100
Octal 312 333 14
Decimal 202 219 12
Hex CA DB C

RGB Percentages of Color #cadb0c

%46.65
%50.58
%2.77

CMYK Percentages of Color #cadb0c

%8
%0
%95
%14

Triadic Colors of #cadb0c

#cadb0c #0ccadb #db0cca

Analogous Colors of #cadb0c

#cadb0c #63db0c #db850c

Monochromatic Colors of #cadb0c

#cadb0c

Complementary Color

#cadb0c #1d0cdb

#cadb0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadb0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadb0c Color CSS Codes

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

#cadb0c Text Font Color

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

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


#cadb0c Background Color

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

This div background color is #cadb0c


#cadb0c Border Color

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

This div border color is #cadb0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadb0c


Comments

No comments written yet.

Please login to write comment.