Color Hex Logo

#cae252 Color Hex

#CAE252
(202,226,82)
0 Favorites   0 Comments

Color spaces of #cae252

RGB 20222682
HSL0.190.710.60
HSV70°64°89°
CMYK 0.110.000.64   0.11
XYZ53.076567.558518.2253
Yxy67.55850.38220.4865
Hunter Lab82.1940-28.573744.3891
CIE-Lab85.7852-26.987865.2698

#cae252 color RGB value is (202,226,82).

#cae252 hex color red value is 202, green value is 226 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #cae252 hue: 0.19 , saturation: 0.71 and the lightness value of cae252 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 01010010
Octal 312 342 122
Decimal 202 226 82
Hex CA E2 52

RGB Percentages of Color #cae252

%39.61
%44.31
%16.08

CMYK Percentages of Color #cae252

%11
%0
%64
%11

Triadic Colors of #cae252

#cae252 #52cae2 #e252ca

Analogous Colors of #cae252

#cae252 #82e252 #e2b252

Monochromatic Colors of #cae252

#cae252

Complementary Color

#cae252 #6a52e2

#cae252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae252 Color CSS Codes

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

#cae252 Text Font Color

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

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


#cae252 Background Color

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

This div background color is #cae252


#cae252 Border Color

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

This div border color is #cae252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae252


Comments

No comments written yet.

Please login to write comment.