Color Hex Logo

#cadd92 Color Hex

#CADD92
(202,221,146)
0 Favorites   0 Comments

Color spaces of #cadd92

RGB 202221146
HSL0.210.520.72
HSV75°34°87°
CMYK 0.090.000.34   0.13
XYZ55.401966.344837.0800
Yxy66.34480.34880.4177
Hunter Lab81.4523-21.130230.0257
CIE-Lab85.1720-18.417334.7687

#cadd92 color RGB value is (202,221,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 10010010
Octal 312 335 222
Decimal 202 221 146
Hex CA DD 92

RGB Percentages of Color #cadd92

%35.50
%38.84
%25.66

CMYK Percentages of Color #cadd92

%9
%0
%34
%13

Triadic Colors of #cadd92

#cadd92 #92cadd #dd92ca

Analogous Colors of #cadd92

#cadd92 #a5dd92 #ddcb92

Monochromatic Colors of #cadd92

#cadd92

Complementary Color

#cadd92 #a592dd

#cadd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd92 Color CSS Codes

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

#cadd92 Text Font Color

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

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


#cadd92 Background Color

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

This div background color is #cadd92


#cadd92 Border Color

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

This div border color is #cadd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd92


Comments

No comments written yet.

Please login to write comment.