Color Hex Logo

#cad757 Color Hex

#CAD757
(202,215,87)
0 Favorites   0 Comments

Color spaces of #cad757

RGB 20221587
HSL0.180.620.59
HSV66°60°84°
CMYK 0.060.000.60   0.16
XYZ50.377961.845618.2990
Yxy61.84560.38600.4738
Hunter Lab78.6420-23.276741.2533
CIE-Lab82.8312-21.355160.0283

#cad757 color RGB value is (202,215,87).

#cad757 hex color red value is 202, green value is 215 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cad757 hue: 0.18 , saturation: 0.62 and the lightness value of cad757 is 0.59.

The process color (four color CMYK) of #cad757 color hex is 0.06, 0.00, 0.60, 0.16. Web safe color of #cad757 is #cccc66. Color #cad757 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010111 01010111
Octal 312 327 127
Decimal 202 215 87
Hex CA D7 57

RGB Percentages of Color #cad757

%40.08
%42.66
%17.26

CMYK Percentages of Color #cad757

%6
%0
%60
%16

Triadic Colors of #cad757

#cad757 #57cad7 #d757ca

Analogous Colors of #cad757

#cad757 #8ad757 #d7a457

Monochromatic Colors of #cad757

#cad757

Complementary Color

#cad757 #6457d7

#cad757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad757 Color CSS Codes

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

#cad757 Text Font Color

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

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


#cad757 Background Color

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

This div background color is #cad757


#cad757 Border Color

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

This div border color is #cad757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad757


Comments

No comments written yet.

Please login to write comment.