Color Hex Logo

#cace5f Color Hex

#CACE5F
(202,206,95)
0 Favorites   0 Comments

Color spaces of #cace5f

RGB 20220695
HSL0.170.530.59
HSV62°54°81°
CMYK 0.020.000.54   0.19
XYZ48.494057.525419.3741
Yxy57.52540.38670.4588
Hunter Lab75.8455-18.600537.9467
CIE-Lab80.4742-16.303653.8440

#cace5f color RGB value is (202,206,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001110 01011111
Octal 312 316 137
Decimal 202 206 95
Hex CA CE 5F

RGB Percentages of Color #cace5f

%40.16
%40.95
%18.89

CMYK Percentages of Color #cace5f

%2
%0
%54
%19

Triadic Colors of #cace5f

#cace5f #5fcace #ce5fca

Analogous Colors of #cace5f

#cace5f #93ce5f #ce9b5f

Monochromatic Colors of #cace5f

#cace5f

Complementary Color

#cace5f #635fce

#cace5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cace5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cace5f Color CSS Codes

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

#cace5f Text Font Color

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

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


#cace5f Background Color

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

This div background color is #cace5f


#cace5f Border Color

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

This div border color is #cace5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cace5f


Comments

No comments written yet.

Please login to write comment.