Color Hex Logo

#caee62 Color Hex

#CAEE62
(202,238,98)
0 Favorites   0 Comments

Color spaces of #caee62

RGB 20223898
HSL0.210.800.66
HSV75°59°93°
CMYK 0.150.000.59   0.07
XYZ57.136374.587522.9407
Yxy74.58750.36940.4823
Hunter Lab86.3641-33.046044.7058
CIE-Lab89.1994-31.463162.3696

#caee62 color RGB value is (202,238,98).

#caee62 hex color red value is 202, green value is 238 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #caee62 hue: 0.21 , saturation: 0.80 and the lightness value of caee62 is 0.66.

The process color (four color CMYK) of #caee62 color hex is 0.15, 0.00, 0.59, 0.07. Web safe color of #caee62 is #ccff66. Color #caee62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 01100010
Octal 312 356 142
Decimal 202 238 98
Hex CA EE 62

RGB Percentages of Color #caee62

%37.55
%44.24
%18.22

CMYK Percentages of Color #caee62

%15
%0
%59
%7

Triadic Colors of #caee62

#caee62 #62caee #ee62ca

Analogous Colors of #caee62

#caee62 #84ee62 #eecc62

Monochromatic Colors of #caee62

#caee62

Complementary Color

#caee62 #8662ee

#caee62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caee62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caee62 Color CSS Codes

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

#caee62 Text Font Color

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

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


#caee62 Background Color

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

This div background color is #caee62


#caee62 Border Color

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

This div border color is #caee62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caee62


Comments

No comments written yet.

Please login to write comment.