Color Hex Logo

#cae453 Color Hex

#CAE453
(202,228,83)
0 Favorites   0 Comments

Color spaces of #cae453

RGB 20222883
HSL0.200.730.61
HSV71°64°89°
CMYK 0.110.000.64   0.11
XYZ53.661968.667918.6096
Yxy68.66790.38070.4872
Hunter Lab82.8661-29.423844.6913
CIE-Lab86.3393-27.868165.4558

#cae453 color RGB value is (202,228,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 01010011
Octal 312 344 123
Decimal 202 228 83
Hex CA E4 53

RGB Percentages of Color #cae453

%39.38
%44.44
%16.18

CMYK Percentages of Color #cae453

%11
%0
%64
%11

Triadic Colors of #cae453

#cae453 #53cae4 #e453ca

Analogous Colors of #cae453

#cae453 #82e453 #e4b653

Monochromatic Colors of #cae453

#cae453

Complementary Color

#cae453 #6d53e4

#cae453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae453 Color CSS Codes

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

#cae453 Text Font Color

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

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


#cae453 Background Color

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

This div background color is #cae453


#cae453 Border Color

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

This div border color is #cae453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae453


Comments

No comments written yet.

Please login to write comment.