Color Hex Logo

#cae000 Color Hex

#CAE000
(202,224,0)
0 Favorites   0 Comments

Color spaces of #cae000

RGB 2022240
HSL0.181.000.44
HSV66°100°88°
CMYK 0.100.001.00   0.12
XYZ51.012865.867910.0251
Yxy65.86790.40200.5190
Hunter Lab81.1590-29.831549.4876
CIE-Lab84.9290-28.704483.7047

#cae000 color RGB value is (202,224,0).

#cae000 hex color red value is 202, green value is 224 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cae000 hue: 0.18 , saturation: 1.00 and the lightness value of cae000 is 0.44.

The process color (four color CMYK) of #cae000 color hex is 0.10, 0.00, 1.00, 0.12. Web safe color of #cae000 is #cccc00. Color #cae000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 00000000
Octal 312 340 0
Decimal 202 224 0
Hex CA E0 0

RGB Percentages of Color #cae000

%47.42
%52.58
%0.00

CMYK Percentages of Color #cae000

%10
%0
%100
%12

Triadic Colors of #cae000

#cae000 #00cae0 #e000ca

Analogous Colors of #cae000

#cae000 #5ae000 #e08600

Monochromatic Colors of #cae000

#cae000

Complementary Color

#cae000 #1600e0

#cae000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae000 Color CSS Codes

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

#cae000 Text Font Color

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

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


#cae000 Background Color

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

This div background color is #cae000


#cae000 Border Color

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

This div border color is #cae000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae000


Comments

No comments written yet.

Please login to write comment.