Color Hex Logo

#cae563 Color Hex

#CAE563
(202,229,99)
0 Favorites   0 Comments

Color spaces of #cae563

RGB 20222999
HSL0.200.710.64
HSV72°57°90°
CMYK 0.120.000.57   0.10
XYZ54.628669.496022.3392
Yxy69.49600.37300.4745
Hunter Lab83.3643-28.916442.4670
CIE-Lab86.7491-27.167559.1942

#cae563 color RGB value is (202,229,99).

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

The process color (four color CMYK) of #cae563 color hex is 0.12, 0.00, 0.57, 0.10. Web safe color of #cae563 is #cccc66. Color #cae563 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 01100011
Octal 312 345 143
Decimal 202 229 99
Hex CA E5 63

RGB Percentages of Color #cae563

%38.11
%43.21
%18.68

CMYK Percentages of Color #cae563

%12
%0
%57
%10

Triadic Colors of #cae563

#cae563 #63cae5 #e563ca

Analogous Colors of #cae563

#cae563 #89e563 #e5bf63

Monochromatic Colors of #cae563

#cae563

Complementary Color

#cae563 #7e63e5

#cae563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae563 Color CSS Codes

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

#cae563 Text Font Color

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

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


#cae563 Background Color

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

This div background color is #cae563


#cae563 Border Color

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

This div border color is #cae563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae563


Comments

No comments written yet.

Please login to write comment.