Color Hex Logo

#64eebe Color Hex

#64EEBE
(100,238,190)
0 Favorites   0 Comments

Color spaces of #64eebe

RGB 100238190
HSL0.440.800.66
HSV159°58°93°
CMYK 0.580.000.20   0.07
XYZ45.124367.576159.3804
Yxy67.57610.26220.3927
Hunter Lab82.2047-45.874914.7153
CIE-Lab85.7940-48.711112.1049

#64eebe color RGB value is (100,238,190).

#64eebe hex color red value is 100, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #64eebe hue: 0.44 , saturation: 0.80 and the lightness value of 64eebe is 0.66.

The process color (four color CMYK) of #64eebe color hex is 0.58, 0.00, 0.20, 0.07. Web safe color of #64eebe is #66ffcc. Color #64eebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101110 10111110
Octal 144 356 276
Decimal 100 238 190
Hex 64 EE BE

RGB Percentages of Color #64eebe

%18.94
%45.08
%35.98

CMYK Percentages of Color #64eebe

%58
%0
%20
%7

Triadic Colors of #64eebe

#64eebe #be64ee #eebe64

Analogous Colors of #64eebe

#64eebe #64d9ee #64ee79

Monochromatic Colors of #64eebe

#64eebe

Complementary Color

#64eebe #ee6494

#64eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#64eebe Color CSS Codes

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

#64eebe Text Font Color

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

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


#64eebe Background Color

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

This div background color is #64eebe


#64eebe Border Color

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

This div border color is #64eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64eebe


Comments

No comments written yet.

Please login to write comment.