Color Hex Logo

#cadd90 Color Hex

#CADD90
(202,221,144)
0 Favorites   0 Comments

Color spaces of #cadd90

RGB 202221144
HSL0.210.530.72
HSV75°35°87°
CMYK 0.090.000.35   0.13
XYZ55.247666.283136.2676
Yxy66.28310.35010.4200
Hunter Lab81.4144-21.345730.5783
CIE-Lab85.1406-18.670235.7422

#cadd90 color RGB value is (202,221,144).

#cadd90 hex color red value is 202, green value is 221 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cadd90 hue: 0.21 , saturation: 0.53 and the lightness value of cadd90 is 0.72.

The process color (four color CMYK) of #cadd90 color hex is 0.09, 0.00, 0.35, 0.13. Web safe color of #cadd90 is #cccc99. Color #cadd90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 10010000
Octal 312 335 220
Decimal 202 221 144
Hex CA DD 90

RGB Percentages of Color #cadd90

%35.63
%38.98
%25.40

CMYK Percentages of Color #cadd90

%9
%0
%35
%13

Triadic Colors of #cadd90

#cadd90 #90cadd #dd90ca

Analogous Colors of #cadd90

#cadd90 #a4dd90 #ddca90

Monochromatic Colors of #cadd90

#cadd90

Complementary Color

#cadd90 #a390dd

#cadd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd90 Color CSS Codes

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

#cadd90 Text Font Color

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

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


#cadd90 Background Color

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

This div background color is #cadd90


#cadd90 Border Color

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

This div border color is #cadd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd90


Comments

No comments written yet.

Please login to write comment.