Color Hex Logo

#cace01 Color Hex

#CACE01
(202,206,1)
0 Favorites   0 Comments

Color spaces of #cace01

RGB 2022061
HSL0.170.990.41
HSV61°100°81°
CMYK 0.020.001.00   0.19
XYZ46.433956.70148.5258
Yxy56.70140.41580.5078
Hunter Lab75.3003-21.703745.9972
CIE-Lab80.0114-20.048279.9734

#cace01 color RGB value is (202,206,1).

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

The process color (four color CMYK) of #cace01 color hex is 0.02, 0.00, 1.00, 0.19. Web safe color of #cace01 is #cccc00. Color #cace01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001110 00000001
Octal 312 316 1
Decimal 202 206 1
Hex CA CE 1

RGB Percentages of Color #cace01

%49.39
%50.37
%0.24

CMYK Percentages of Color #cace01

%2
%0
%100
%19

Triadic Colors of #cace01

#cace01 #01cace #ce01ca

Analogous Colors of #cace01

#cace01 #63ce01 #ce6c01

Monochromatic Colors of #cace01

#cace01

Complementary Color

#cace01 #0501ce

#cace01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cace01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cace01 Color CSS Codes

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

#cace01 Text Font Color

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

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


#cace01 Background Color

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

This div background color is #cace01


#cace01 Border Color

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

This div border color is #cace01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cace01


Comments

No comments written yet.

Please login to write comment.