Color Hex Logo

#cae163 Color Hex

#CAE163
(202,225,99)
0 Favorites   0 Comments

Color spaces of #cae163

RGB 20222599
HSL0.200.680.64
HSV71°56°88°
CMYK 0.100.000.56   0.12
XYZ53.534567.307821.9745
Yxy67.30780.37480.4713
Hunter Lab82.0413-27.095641.5483
CIE-Lab85.6591-25.263657.9604

#cae163 color RGB value is (202,225,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 01100011
Octal 312 341 143
Decimal 202 225 99
Hex CA E1 63

RGB Percentages of Color #cae163

%38.40
%42.78
%18.82

CMYK Percentages of Color #cae163

%10
%0
%56
%12

Triadic Colors of #cae163

#cae163 #63cae1 #e163ca

Analogous Colors of #cae163

#cae163 #8be163 #e1b963

Monochromatic Colors of #cae163

#cae163

Complementary Color

#cae163 #7a63e1

#cae163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae163 Color CSS Codes

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

#cae163 Text Font Color

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

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


#cae163 Background Color

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

This div background color is #cae163


#cae163 Border Color

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

This div border color is #cae163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae163


Comments

No comments written yet.

Please login to write comment.