Color Hex Logo

#64edbc Color Hex

#64EDBC
(100,237,188)
0 Favorites   0 Comments

Color spaces of #64edbc

RGB 100237188
HSL0.440.790.66
HSV159°58°93°
CMYK 0.580.000.21   0.07
XYZ44.616866.908558.1400
Yxy66.90850.26300.3944
Hunter Lab81.7976-45.782415.1163
CIE-Lab85.4577-48.729212.6708

#64edbc color RGB value is (100,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101101 10111100
Octal 144 355 274
Decimal 100 237 188
Hex 64 ED BC

RGB Percentages of Color #64edbc

%19.05
%45.14
%35.81

CMYK Percentages of Color #64edbc

%58
%0
%21
%7

Triadic Colors of #64edbc

#64edbc #bc64ed #edbc64

Analogous Colors of #64edbc

#64edbc #64daed #64ed78

Monochromatic Colors of #64edbc

#64edbc

Complementary Color

#64edbc #ed6495

#64edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64edbc Color CSS Codes

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

#64edbc Text Font Color

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

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


#64edbc Background Color

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

This div background color is #64edbc


#64edbc Border Color

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

This div border color is #64edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64edbc


Comments

No comments written yet.

Please login to write comment.