Color Hex Logo

#cae73a Color Hex

#CAE73A
(202,231,58)
0 Favorites   0 Comments

Color spaces of #cae73a

RGB 20223158
HSL0.190.780.57
HSV70°75°91°
CMYK 0.130.000.75   0.09
XYZ53.696870.013914.6869
Yxy70.01390.38800.5059
Hunter Lab83.6743-31.880248.1652
CIE-Lab87.0037-30.642175.0226

#cae73a color RGB value is (202,231,58).

#cae73a hex color red value is 202, green value is 231 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cae73a hue: 0.19 , saturation: 0.78 and the lightness value of cae73a is 0.57.

The process color (four color CMYK) of #cae73a color hex is 0.13, 0.00, 0.75, 0.09. Web safe color of #cae73a is #ccff33. Color #cae73a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 00111010
Octal 312 347 72
Decimal 202 231 58
Hex CA E7 3A

RGB Percentages of Color #cae73a

%41.14
%47.05
%11.81

CMYK Percentages of Color #cae73a

%13
%0
%75
%9

Triadic Colors of #cae73a

#cae73a #3acae7 #e73aca

Analogous Colors of #cae73a

#cae73a #74e73a #e7ae3a

Monochromatic Colors of #cae73a

#cae73a

Complementary Color

#cae73a #573ae7

#cae73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae73a Color CSS Codes

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

#cae73a Text Font Color

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

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


#cae73a Background Color

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

This div background color is #cae73a


#cae73a Border Color

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

This div border color is #cae73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae73a


Comments

No comments written yet.

Please login to write comment.