Color Hex Logo

#64d8e5 Color Hex

#64D8E5
(100,216,229)
0 Favorites   0 Comments

Color spaces of #64d8e5

RGB 100216229
HSL0.520.710.65
HSV186°56°90°
CMYK 0.560.060.00   0.10
XYZ43.954357.478282.9065
Yxy57.47820.23840.3118
Hunter Lab75.8144-29.1876-11.7663
CIE-Lab80.4478-29.0677-16.3410

#64d8e5 color RGB value is (100,216,229).

#64d8e5 hex color red value is 100, green value is 216 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #64d8e5 hue: 0.52 , saturation: 0.71 and the lightness value of 64d8e5 is 0.65.

The process color (four color CMYK) of #64d8e5 color hex is 0.56, 0.06, 0.00, 0.10. Web safe color of #64d8e5 is #66cccc. Color #64d8e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011000 11100101
Octal 144 330 345
Decimal 100 216 229
Hex 64 D8 E5

RGB Percentages of Color #64d8e5

%18.35
%39.63
%42.02

CMYK Percentages of Color #64d8e5

%56
%6
%0
%10

Triadic Colors of #64d8e5

#64d8e5 #e564d8 #d8e564

Analogous Colors of #64d8e5

#64d8e5 #6498e5 #64e5b2

Monochromatic Colors of #64d8e5

#64d8e5

Complementary Color

#64d8e5 #e57164

#64d8e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64d8e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64d8e5 Color CSS Codes

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

#64d8e5 Text Font Color

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

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


#64d8e5 Background Color

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

This div background color is #64d8e5


#64d8e5 Border Color

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

This div border color is #64d8e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64d8e5


Comments

No comments written yet.

Please login to write comment.