Color Hex Logo

#cadb7e Color Hex

#CADB7E
(202,219,126)
0 Favorites   0 Comments

Color spaces of #cadb7e

RGB 202219126
HSL0.200.560.68
HSV71°42°86°
CMYK 0.080.000.42   0.14
XYZ53.454564.726029.4147
Yxy64.72600.36220.4385
Hunter Lab80.4525-22.192334.6394
CIE-Lab84.3423-19.793543.7141

#cadb7e color RGB value is (202,219,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011011 01111110
Octal 312 333 176
Decimal 202 219 126
Hex CA DB 7E

RGB Percentages of Color #cadb7e

%36.93
%40.04
%23.03

CMYK Percentages of Color #cadb7e

%8
%0
%42
%14

Triadic Colors of #cadb7e

#cadb7e #7ecadb #db7eca

Analogous Colors of #cadb7e

#cadb7e #9cdb7e #dbbe7e

Monochromatic Colors of #cadb7e

#cadb7e

Complementary Color

#cadb7e #8f7edb

#cadb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadb7e Color CSS Codes

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

#cadb7e Text Font Color

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

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


#cadb7e Background Color

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

This div background color is #cadb7e


#cadb7e Border Color

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

This div border color is #cadb7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,219,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 #cadb7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadb7e


Comments

No comments written yet.

Please login to write comment.