Color Hex Logo

#cae45f Color Hex

#CAE45F
(202,228,95)
0 Favorites   0 Comments

Color spaces of #cae45f

RGB 20222895
HSL0.200.710.63
HSV72°58°89°
CMYK 0.110.000.58   0.11
XYZ54.166168.869621.2648
Yxy68.86960.37540.4773
Hunter Lab82.9877-28.721542.8989
CIE-Lab86.4394-27.009360.5826

#cae45f color RGB value is (202,228,95).

#cae45f hex color red value is 202, green value is 228 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cae45f hue: 0.20 , saturation: 0.71 and the lightness value of cae45f is 0.63.

The process color (four color CMYK) of #cae45f color hex is 0.11, 0.00, 0.58, 0.11. Web safe color of #cae45f is #cccc66. Color #cae45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 01011111
Octal 312 344 137
Decimal 202 228 95
Hex CA E4 5F

RGB Percentages of Color #cae45f

%38.48
%43.43
%18.10

CMYK Percentages of Color #cae45f

%11
%0
%58
%11

Triadic Colors of #cae45f

#cae45f #5fcae4 #e45fca

Analogous Colors of #cae45f

#cae45f #88e45f #e4bc5f

Monochromatic Colors of #cae45f

#cae45f

Complementary Color

#cae45f #795fe4

#cae45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae45f Color CSS Codes

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

#cae45f Text Font Color

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

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


#cae45f Background Color

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

This div background color is #cae45f


#cae45f Border Color

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

This div border color is #cae45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae45f


Comments

No comments written yet.

Please login to write comment.