Color Hex Logo

#64efed Color Hex

#64EFED
(100,239,237)
0 Favorites   0 Comments

Color spaces of #64efed

RGB 100239237
HSL0.500.810.66
HSV179°58°94°
CMYK 0.580.000.01   0.06
XYZ51.408170.556891.0301
Yxy70.55680.24140.3313
Hunter Lab83.9981-37.7520-5.4549
CIE-Lab87.2692-37.7447-10.3600

#64efed color RGB value is (100,239,237).

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

The process color (four color CMYK) of #64efed color hex is 0.58, 0.00, 0.01, 0.06. Web safe color of #64efed is #66ffff. Color #64efed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101111 11101101
Octal 144 357 355
Decimal 100 239 237
Hex 64 EF ED

RGB Percentages of Color #64efed

%17.36
%41.49
%41.15

CMYK Percentages of Color #64efed

%58
%0
%1
%6

Triadic Colors of #64efed

#64efed #ed64ef #efed64

Analogous Colors of #64efed

#64efed #64acef #64efa8

Monochromatic Colors of #64efed

#64efed

Complementary Color

#64efed #ef6466

#64efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#64efed Color CSS Codes

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

#64efed Text Font Color

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

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


#64efed Background Color

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

This div background color is #64efed


#64efed Border Color

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

This div border color is #64efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64efed


Comments

No comments written yet.

Please login to write comment.