Color Hex Logo

#cace7d Color Hex

#CACE7D
(202,206,125)
0 Favorites   0 Comments

Color spaces of #cace7d

RGB 202206125
HSL0.170.450.65
HSV63°39°81°
CMYK 0.020.000.39   0.19
XYZ50.130158.179827.9897
Yxy58.17980.36780.4269
Hunter Lab76.2757-16.168231.6363
CIE-Lab80.8387-13.430939.7957

#cace7d color RGB value is (202,206,125).

#cace7d hex color red value is 202, green value is 206 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cace7d hue: 0.17 , saturation: 0.45 and the lightness value of cace7d is 0.65.

The process color (four color CMYK) of #cace7d color hex is 0.02, 0.00, 0.39, 0.19. Web safe color of #cace7d is #cccc66. Color #cace7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001110 01111101
Octal 312 316 175
Decimal 202 206 125
Hex CA CE 7D

RGB Percentages of Color #cace7d

%37.90
%38.65
%23.45

CMYK Percentages of Color #cace7d

%2
%0
%39
%19

Triadic Colors of #cace7d

#cace7d #7dcace #ce7dca

Analogous Colors of #cace7d

#cace7d #a2ce7d #ceaa7d

Monochromatic Colors of #cace7d

#cace7d

Complementary Color

#cace7d #817dce

#cace7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cace7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cace7d Color CSS Codes

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

#cace7d Text Font Color

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

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


#cace7d Background Color

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

This div background color is #cace7d


#cace7d Border Color

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

This div border color is #cace7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cace7d


Comments

No comments written yet.

Please login to write comment.