Color Hex Logo

#64ebea Color Hex

#64EBEA
(100,235,234)
0 Favorites   0 Comments

Color spaces of #64ebea

RGB 100235234
HSL0.500.770.66
HSV180°57°92°
CMYK 0.570.000.00   0.08
XYZ49.815168.066588.3545
Yxy68.06650.24150.3300
Hunter Lab82.5024-36.6006-5.7439
CIE-Lab86.0397-36.6971-10.6156

#64ebea color RGB value is (100,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101011 11101010
Octal 144 353 352
Decimal 100 235 234
Hex 64 EB EA

RGB Percentages of Color #64ebea

%17.57
%41.30
%41.12

CMYK Percentages of Color #64ebea

%57
%0
%0
%8

Triadic Colors of #64ebea

#64ebea #ea64eb #ebea64

Analogous Colors of #64ebea

#64ebea #64a9eb #64eba7

Monochromatic Colors of #64ebea

#64ebea

Complementary Color

#64ebea #eb6465

#64ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ebea Color CSS Codes

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

#64ebea Text Font Color

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

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


#64ebea Background Color

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

This div background color is #64ebea


#64ebea Border Color

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

This div border color is #64ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ebea


Comments

No comments written yet.

Please login to write comment.