Color Hex Logo

#cad78d Color Hex

#CAD78D
(202,215,141)
0 Favorites   0 Comments

Color spaces of #cad78d

RGB 202215141
HSL0.200.480.70
HSV71°34°84°
CMYK 0.060.000.34   0.16
XYZ53.465363.080534.5571
Yxy63.08050.35380.4175
Hunter Lab79.4232-18.829929.7991
CIE-Lab83.4847-16.069035.1019

#cad78d color RGB value is (202,215,141).

#cad78d hex color red value is 202, green value is 215 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cad78d hue: 0.20 , saturation: 0.48 and the lightness value of cad78d is 0.70.

The process color (four color CMYK) of #cad78d color hex is 0.06, 0.00, 0.34, 0.16. Web safe color of #cad78d is #cccc99. Color #cad78d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010111 10001101
Octal 312 327 215
Decimal 202 215 141
Hex CA D7 8D

RGB Percentages of Color #cad78d

%36.20
%38.53
%25.27

CMYK Percentages of Color #cad78d

%6
%0
%34
%16

Triadic Colors of #cad78d

#cad78d #8dcad7 #d78dca

Analogous Colors of #cad78d

#cad78d #a5d78d #d7bf8d

Monochromatic Colors of #cad78d

#cad78d

Complementary Color

#cad78d #9a8dd7

#cad78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad78d Color CSS Codes

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

#cad78d Text Font Color

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

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


#cad78d Background Color

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

This div background color is #cad78d


#cad78d Border Color

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

This div border color is #cad78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad78d


Comments

No comments written yet.

Please login to write comment.