Color Hex Logo

#cadd1d Color Hex

#CADD1D
(202,221,29)
0 Favorites   0 Comments

Color spaces of #cadd1d

RGB 20222129
HSL0.180.770.49
HSV66°87°87°
CMYK 0.090.000.87   0.13
XYZ50.435364.358210.9265
Yxy64.35820.40120.5119
Hunter Lab80.2236-28.171148.0812
CIE-Lab84.1519-26.894179.7355

#cadd1d color RGB value is (202,221,29).

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

The process color (four color CMYK) of #cadd1d color hex is 0.09, 0.00, 0.87, 0.13. Web safe color of #cadd1d is #cccc33. Color #cadd1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 00011101
Octal 312 335 35
Decimal 202 221 29
Hex CA DD 1D

RGB Percentages of Color #cadd1d

%44.69
%48.89
%6.42

CMYK Percentages of Color #cadd1d

%9
%0
%87
%13

Triadic Colors of #cadd1d

#cadd1d #1dcadd #dd1dca

Analogous Colors of #cadd1d

#cadd1d #6add1d #dd901d

Monochromatic Colors of #cadd1d

#cadd1d

Complementary Color

#cadd1d #301ddd

#cadd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd1d Color CSS Codes

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

#cadd1d Text Font Color

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

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


#cadd1d Background Color

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

This div background color is #cadd1d


#cadd1d Border Color

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

This div border color is #cadd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd1d


Comments

No comments written yet.

Please login to write comment.