Color Hex Logo

#cadc7e Color Hex

#CADC7E
(202,220,126)
0 Favorites   0 Comments

Color spaces of #cadc7e

RGB 202220126
HSL0.200.570.68
HSV71°43°86°
CMYK 0.080.000.43   0.14
XYZ53.716265.249329.5019
Yxy65.24930.36180.4395
Hunter Lab80.7770-22.658534.8897
CIE-Lab84.6120-20.283544.0514

#cadc7e color RGB value is (202,220,126).

#cadc7e hex color red value is 202, green value is 220 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cadc7e hue: 0.20 , saturation: 0.57 and the lightness value of cadc7e is 0.68.

The process color (four color CMYK) of #cadc7e color hex is 0.08, 0.00, 0.43, 0.14. Web safe color of #cadc7e is #cccc66. Color #cadc7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011100 01111110
Octal 312 334 176
Decimal 202 220 126
Hex CA DC 7E

RGB Percentages of Color #cadc7e

%36.86
%40.15
%22.99

CMYK Percentages of Color #cadc7e

%8
%0
%43
%14

Triadic Colors of #cadc7e

#cadc7e #7ecadc #dc7eca

Analogous Colors of #cadc7e

#cadc7e #9bdc7e #dcbf7e

Monochromatic Colors of #cadc7e

#cadc7e

Complementary Color

#cadc7e #907edc

#cadc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadc7e Color CSS Codes

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

#cadc7e Text Font Color

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

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


#cadc7e Background Color

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

This div background color is #cadc7e


#cadc7e Border Color

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

This div border color is #cadc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadc7e


Comments

No comments written yet.

Please login to write comment.