Color Hex Logo

#cae063 Color Hex

#CAE063
(202,224,99)
0 Favorites   0 Comments

Color spaces of #cae063

RGB 20222499
HSL0.200.670.63
HSV71°56°88°
CMYK 0.100.000.56   0.12
XYZ53.264966.768721.8847
Yxy66.76870.37530.4705
Hunter Lab81.7121-26.639141.3190
CIE-Lab85.3870-24.784957.6513

#cae063 color RGB value is (202,224,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 01100011
Octal 312 340 143
Decimal 202 224 99
Hex CA E0 63

RGB Percentages of Color #cae063

%38.48
%42.67
%18.86

CMYK Percentages of Color #cae063

%10
%0
%56
%12

Triadic Colors of #cae063

#cae063 #63cae0 #e063ca

Analogous Colors of #cae063

#cae063 #8ce063 #e0b863

Monochromatic Colors of #cae063

#cae063

Complementary Color

#cae063 #7963e0

#cae063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae063 Color CSS Codes

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

#cae063 Text Font Color

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

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


#cae063 Background Color

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

This div background color is #cae063


#cae063 Border Color

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

This div border color is #cae063


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,224,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 #cae063">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae063


Comments

No comments written yet.

Please login to write comment.