Color Hex Logo

#64caea Color Hex

#64CAEA
(100,202,234)
0 Favorites   0 Comments

Color spaces of #64caea

RGB 100202234
HSL0.540.760.65
HSV194°57°92°
CMYK 0.570.140.00   0.08
XYZ41.227350.890985.4919
Yxy50.89090.23210.2865
Hunter Lab71.3379-21.6832-21.1171
CIE-Lab76.6129-20.7054-24.8319

#64caea color RGB value is (100,202,234).

#64caea hex color red value is 100, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #64caea hue: 0.54 , saturation: 0.76 and the lightness value of 64caea is 0.65.

The process color (four color CMYK) of #64caea color hex is 0.57, 0.14, 0.00, 0.08. Web safe color of #64caea is #66ccff. Color #64caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001010 11101010
Octal 144 312 352
Decimal 100 202 234
Hex 64 CA EA

RGB Percentages of Color #64caea

%18.66
%37.69
%43.66

CMYK Percentages of Color #64caea

%57
%14
%0
%8

Triadic Colors of #64caea

#64caea #ea64ca #caea64

Analogous Colors of #64caea

#64caea #6487ea #64eac7

Monochromatic Colors of #64caea

#64caea

Complementary Color

#64caea #ea8464

#64caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#64caea Color CSS Codes

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

#64caea Text Font Color

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

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


#64caea Background Color

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

This div background color is #64caea


#64caea Border Color

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

This div border color is #64caea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,202,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64caea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64caea;
  -webkit-box-shadow: 1px 1px 3px 2px #64caea;
  box-shadow:         1px 1px 3px 2px #64caea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64caea


Comments

No comments written yet.

Please login to write comment.