Color Hex Logo

#cad375 Color Hex

#CAD375
(202,211,117)
0 Favorites   0 Comments

Color spaces of #cad375

RGB 202211117
HSL0.180.520.64
HSV66°45°83°
CMYK 0.040.000.45   0.17
XYZ50.862360.429425.8129
Yxy60.42940.37100.4408
Hunter Lab77.7363-19.247434.7278
CIE-Lab82.0710-16.785645.3065

#cad375 color RGB value is (202,211,117).

#cad375 hex color red value is 202, green value is 211 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cad375 hue: 0.18 , saturation: 0.52 and the lightness value of cad375 is 0.64.

The process color (four color CMYK) of #cad375 color hex is 0.04, 0.00, 0.45, 0.17. Web safe color of #cad375 is #cccc66. Color #cad375 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010011 01110101
Octal 312 323 165
Decimal 202 211 117
Hex CA D3 75

RGB Percentages of Color #cad375

%38.11
%39.81
%22.08

CMYK Percentages of Color #cad375

%4
%0
%45
%17

Triadic Colors of #cad375

#cad375 #75cad3 #d375ca

Analogous Colors of #cad375

#cad375 #9bd375 #d3ad75

Monochromatic Colors of #cad375

#cad375

Complementary Color

#cad375 #7e75d3

#cad375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad375 Color CSS Codes

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

#cad375 Text Font Color

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

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


#cad375 Background Color

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

This div background color is #cad375


#cad375 Border Color

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

This div border color is #cad375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad375


Comments

No comments written yet.

Please login to write comment.