Color Hex Logo

#cadd3d Color Hex

#CADD3D
(202,221,61)
0 Favorites   0 Comments

Color spaces of #cadd3d

RGB 20222161
HSL0.190.700.55
HSV67°72°87°
CMYK 0.090.000.72   0.13
XYZ51.055964.606414.1942
Yxy64.60640.39320.4975
Hunter Lab80.3781-27.279145.7945
CIE-Lab84.2805-25.794771.4875

#cadd3d color RGB value is (202,221,61).

#cadd3d hex color red value is 202, green value is 221 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cadd3d hue: 0.19 , saturation: 0.70 and the lightness value of cadd3d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 00111101
Octal 312 335 75
Decimal 202 221 61
Hex CA DD 3D

RGB Percentages of Color #cadd3d

%41.74
%45.66
%12.60

CMYK Percentages of Color #cadd3d

%9
%0
%72
%13

Triadic Colors of #cadd3d

#cadd3d #3dcadd #dd3dca

Analogous Colors of #cadd3d

#cadd3d #7add3d #dda03d

Monochromatic Colors of #cadd3d

#cadd3d

Complementary Color

#cadd3d #503ddd

#cadd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd3d Color CSS Codes

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

#cadd3d Text Font Color

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

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


#cadd3d Background Color

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

This div background color is #cadd3d


#cadd3d Border Color

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

This div border color is #cadd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd3d


Comments

No comments written yet.

Please login to write comment.