Color Hex Logo

#64ebbe Color Hex

#64EBBE
(100,235,190)
0 Favorites   0 Comments

Color spaces of #64ebbe

RGB 100235190
HSL0.440.770.66
HSV160°57°92°
CMYK 0.570.000.19   0.08
XYZ44.258165.843759.0917
Yxy65.84370.26160.3892
Hunter Lab81.1441-44.643713.6241
CIE-Lab84.9166-47.441110.8573

#64ebbe color RGB value is (100,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101011 10111110
Octal 144 353 276
Decimal 100 235 190
Hex 64 EB BE

RGB Percentages of Color #64ebbe

%19.05
%44.76
%36.19

CMYK Percentages of Color #64ebbe

%57
%0
%19
%8

Triadic Colors of #64ebbe

#64ebbe #be64eb #ebbe64

Analogous Colors of #64ebbe

#64ebbe #64d5eb #64eb7b

Monochromatic Colors of #64ebbe

#64ebbe

Complementary Color

#64ebbe #eb6491

#64ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ebbe Color CSS Codes

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

#64ebbe Text Font Color

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

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


#64ebbe Background Color

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

This div background color is #64ebbe


#64ebbe Border Color

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

This div border color is #64ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ebbe


Comments

No comments written yet.

Please login to write comment.