Color Hex Logo

#64ebd9 Color Hex

#64EBD9
(100,235,217)
0 Favorites   0 Comments

Color spaces of #64ebd9

RGB 100235217
HSL0.480.770.66
HSV172°57°92°
CMYK 0.570.000.08   0.08
XYZ47.488267.135776.1012
Yxy67.13570.24900.3520
Hunter Lab81.9364-39.93472.2879
CIE-Lab85.5724-41.0602-2.3651

#64ebd9 color RGB value is (100,235,217).

#64ebd9 hex color red value is 100, green value is 235 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #64ebd9 hue: 0.48 , saturation: 0.77 and the lightness value of 64ebd9 is 0.66.

The process color (four color CMYK) of #64ebd9 color hex is 0.57, 0.00, 0.08, 0.08. Web safe color of #64ebd9 is #66ffcc. Color #64ebd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101011 11011001
Octal 144 353 331
Decimal 100 235 217
Hex 64 EB D9

RGB Percentages of Color #64ebd9

%18.12
%42.57
%39.31

CMYK Percentages of Color #64ebd9

%57
%0
%8
%8

Triadic Colors of #64ebd9

#64ebd9 #d964eb #ebd964

Analogous Colors of #64ebd9

#64ebd9 #64baeb #64eb96

Monochromatic Colors of #64ebd9

#64ebd9

Complementary Color

#64ebd9 #eb6476

#64ebd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ebd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ebd9 Color CSS Codes

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

#64ebd9 Text Font Color

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

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


#64ebd9 Background Color

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

This div background color is #64ebd9


#64ebd9 Border Color

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

This div border color is #64ebd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ebd9


Comments

No comments written yet.

Please login to write comment.