Color Hex Logo

#cadd0b Color Hex

#CADD0B
(202,221,11)
0 Favorites   0 Comments

Color spaces of #cadd0b

RGB 20222111
HSL0.180.910.45
HSV65°95°87°
CMYK 0.090.000.95   0.13
XYZ50.274064.293610.0768
Yxy64.29360.40330.5158
Hunter Lab80.1833-28.403348.6772
CIE-Lab84.1184-27.181682.1522

#cadd0b color RGB value is (202,221,11).

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

The process color (four color CMYK) of #cadd0b color hex is 0.09, 0.00, 0.95, 0.13. Web safe color of #cadd0b is #cccc00. Color #cadd0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 00001011
Octal 312 335 13
Decimal 202 221 11
Hex CA DD B

RGB Percentages of Color #cadd0b

%46.54
%50.92
%2.53

CMYK Percentages of Color #cadd0b

%9
%0
%95
%13

Triadic Colors of #cadd0b

#cadd0b #0bcadd #dd0bca

Analogous Colors of #cadd0b

#cadd0b #61dd0b #dd870b

Monochromatic Colors of #cadd0b

#cadd0b

Complementary Color

#cadd0b #1e0bdd

#cadd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd0b Color CSS Codes

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

#cadd0b Text Font Color

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

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


#cadd0b Background Color

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

This div background color is #cadd0b


#cadd0b Border Color

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

This div border color is #cadd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd0b


Comments

No comments written yet.

Please login to write comment.