Color Hex Logo

#cadd6d Color Hex

#CADD6D
(202,221,109)
0 Favorites   0 Comments

Color spaces of #cadd6d

RGB 202221109
HSL0.190.620.65
HSV70°51°87°
CMYK 0.090.000.51   0.13
XYZ52.973965.373624.2943
Yxy65.37360.37140.4583
Hunter Lab80.8539-24.544738.7828
CIE-Lab84.6759-22.471852.2743

#cadd6d color RGB value is (202,221,109).

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

The process color (four color CMYK) of #cadd6d color hex is 0.09, 0.00, 0.51, 0.13. Web safe color of #cadd6d is #cccc66. Color #cadd6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 01101101
Octal 312 335 155
Decimal 202 221 109
Hex CA DD 6D

RGB Percentages of Color #cadd6d

%37.97
%41.54
%20.49

CMYK Percentages of Color #cadd6d

%9
%0
%51
%13

Triadic Colors of #cadd6d

#cadd6d #6dcadd #dd6dca

Analogous Colors of #cadd6d

#cadd6d #92dd6d #ddb86d

Monochromatic Colors of #cadd6d

#cadd6d

Complementary Color

#cadd6d #806ddd

#cadd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd6d Color CSS Codes

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

#cadd6d Text Font Color

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

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


#cadd6d Background Color

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

This div background color is #cadd6d


#cadd6d Border Color

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

This div border color is #cadd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd6d


Comments

No comments written yet.

Please login to write comment.