Color Hex Logo

#cae43a Color Hex

#CAE43A
(202,228,58)
0 Favorites   0 Comments

Color spaces of #cae43a

RGB 20222858
HSL0.190.760.56
HSV69°75°89°
CMYK 0.110.000.75   0.11
XYZ52.864268.348814.4094
Yxy68.34880.38980.5040
Hunter Lab82.6733-30.539247.5375
CIE-Lab86.1806-29.241774.2536

#cae43a color RGB value is (202,228,58).

#cae43a hex color red value is 202, green value is 228 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cae43a hue: 0.19 , saturation: 0.76 and the lightness value of cae43a is 0.56.

The process color (four color CMYK) of #cae43a color hex is 0.11, 0.00, 0.75, 0.11. Web safe color of #cae43a is #cccc33. Color #cae43a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 00111010
Octal 312 344 72
Decimal 202 228 58
Hex CA E4 3A

RGB Percentages of Color #cae43a

%41.39
%46.72
%11.89

CMYK Percentages of Color #cae43a

%11
%0
%75
%11

Triadic Colors of #cae43a

#cae43a #3acae4 #e43aca

Analogous Colors of #cae43a

#cae43a #75e43a #e4a93a

Monochromatic Colors of #cae43a

#cae43a

Complementary Color

#cae43a #543ae4

#cae43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae43a Color CSS Codes

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

#cae43a Text Font Color

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

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


#cae43a Background Color

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

This div background color is #cae43a


#cae43a Border Color

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

This div border color is #cae43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae43a

#cae43a Color Palettes


Comments

No comments written yet.

Please login to write comment.