Color Hex Logo

#cad78b Color Hex

#CAD78B
(202,215,139)
0 Favorites   0 Comments

Color spaces of #cad78b

RGB 202215139
HSL0.200.490.69
HSV70°35°84°
CMYK 0.060.000.35   0.16
XYZ53.317863.021533.7803
Yxy63.02150.35520.4198
Hunter Lab79.3861-19.040330.3412
CIE-Lab83.4537-16.315236.0784

#cad78b color RGB value is (202,215,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010111 10001011
Octal 312 327 213
Decimal 202 215 139
Hex CA D7 8B

RGB Percentages of Color #cad78b

%36.33
%38.67
%25.00

CMYK Percentages of Color #cad78b

%6
%0
%35
%16

Triadic Colors of #cad78b

#cad78b #8bcad7 #d78bca

Analogous Colors of #cad78b

#cad78b #a4d78b #d7be8b

Monochromatic Colors of #cad78b

#cad78b

Complementary Color

#cad78b #988bd7

#cad78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad78b Color CSS Codes

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

#cad78b Text Font Color

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

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


#cad78b Background Color

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

This div background color is #cad78b


#cad78b Border Color

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

This div border color is #cad78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad78b


Comments

No comments written yet.

Please login to write comment.