Color Hex Logo

#cace6b Color Hex

#CACE6B
(202,206,107)
0 Favorites   0 Comments

Color spaces of #cace6b

RGB 202206107
HSL0.170.500.61
HSV62°48°81°
CMYK 0.020.000.48   0.19
XYZ49.082357.760722.4719
Yxy57.76070.37960.4467
Hunter Lab76.0005-17.722735.6694
CIE-Lab80.6056-15.260648.3688

#cace6b color RGB value is (202,206,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001110 01101011
Octal 312 316 153
Decimal 202 206 107
Hex CA CE 6B

RGB Percentages of Color #cace6b

%39.22
%40.00
%20.78

CMYK Percentages of Color #cace6b

%2
%0
%48
%19

Triadic Colors of #cace6b

#cace6b #6bcace #ce6bca

Analogous Colors of #cace6b

#cace6b #99ce6b #cea16b

Monochromatic Colors of #cace6b

#cace6b

Complementary Color

#cace6b #6f6bce

#cace6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cace6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cace6b Color CSS Codes

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

#cace6b Text Font Color

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

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


#cace6b Background Color

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

This div background color is #cace6b


#cace6b Border Color

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

This div border color is #cace6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cace6b


Comments

No comments written yet.

Please login to write comment.