Color Hex Logo

#64caef Color Hex

#64CAEF
(100,202,239)
0 Favorites   0 Comments

Color spaces of #64caef

RGB 100202239
HSL0.540.810.66
HSV196°58°94°
CMYK 0.580.150.00   0.06
XYZ41.956051.182489.3292
Yxy51.18240.22990.2805
Hunter Lab71.5419-20.5163-23.9518
CIE-Lab76.7894-19.2492-27.2479

#64caef color RGB value is (100,202,239).

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

The process color (four color CMYK) of #64caef color hex is 0.58, 0.15, 0.00, 0.06. Web safe color of #64caef is #66ccff. Color #64caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001010 11101111
Octal 144 312 357
Decimal 100 202 239
Hex 64 CA EF

RGB Percentages of Color #64caef

%18.48
%37.34
%44.18

CMYK Percentages of Color #64caef

%58
%15
%0
%6

Triadic Colors of #64caef

#64caef #ef64ca #caef64

Analogous Colors of #64caef

#64caef #6485ef #64efcf

Monochromatic Colors of #64caef

#64caef

Complementary Color

#64caef #ef8964

#64caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#64caef Color CSS Codes

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

#64caef Text Font Color

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

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


#64caef Background Color

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

This div background color is #64caef


#64caef Border Color

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

This div border color is #64caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64caef


Comments

No comments written yet.

Please login to write comment.