Color Hex Logo

#64dfea Color Hex

#64DFEA
(100,223,234)
0 Favorites   0 Comments

Color spaces of #64dfea

RGB 100223234
HSL0.510.760.65
HSV185°57°92°
CMYK 0.570.050.00   0.08
XYZ46.494561.425287.2476
Yxy61.42520.23820.3147
Hunter Lab78.3742-31.2621-11.1407
CIE-Lab82.6068-31.0642-15.7521

#64dfea color RGB value is (100,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011111 11101010
Octal 144 337 352
Decimal 100 223 234
Hex 64 DF EA

RGB Percentages of Color #64dfea

%17.95
%40.04
%42.01

CMYK Percentages of Color #64dfea

%57
%5
%0
%8

Triadic Colors of #64dfea

#64dfea #ea64df #dfea64

Analogous Colors of #64dfea

#64dfea #649cea #64eab2

Monochromatic Colors of #64dfea

#64dfea

Complementary Color

#64dfea #ea6f64

#64dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dfea Color CSS Codes

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

#64dfea Text Font Color

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

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


#64dfea Background Color

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

This div background color is #64dfea


#64dfea Border Color

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

This div border color is #64dfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,223,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 #64dfea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dfea


Comments

No comments written yet.

Please login to write comment.