Color Hex Logo

#cae53f Color Hex

#CAE53F
(202,229,63)
0 Favorites   0 Comments

Color spaces of #cae53f

RGB 20222963
HSL0.190.760.57
HSV70°72°90°
CMYK 0.120.000.72   0.10
XYZ53.273668.954115.2043
Yxy68.95410.38760.5017
Hunter Lab83.0386-30.800547.2711
CIE-Lab86.4813-29.479372.9314

#cae53f color RGB value is (202,229,63).

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

The process color (four color CMYK) of #cae53f color hex is 0.12, 0.00, 0.72, 0.10. Web safe color of #cae53f is #cccc33. Color #cae53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 00111111
Octal 312 345 77
Decimal 202 229 63
Hex CA E5 3F

RGB Percentages of Color #cae53f

%40.89
%46.36
%12.75

CMYK Percentages of Color #cae53f

%12
%0
%72
%10

Triadic Colors of #cae53f

#cae53f #3fcae5 #e53fca

Analogous Colors of #cae53f

#cae53f #77e53f #e5ad3f

Monochromatic Colors of #cae53f

#cae53f

Complementary Color

#cae53f #5a3fe5

#cae53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae53f Color CSS Codes

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

#cae53f Text Font Color

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

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


#cae53f Background Color

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

This div background color is #cae53f


#cae53f Border Color

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

This div border color is #cae53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae53f


Comments

No comments written yet.

Please login to write comment.