Color Hex Logo

#64ebbd Color Hex

#64EBBD
(100,235,189)
0 Favorites   0 Comments

Color spaces of #64ebbd

RGB 100235189
HSL0.440.770.66
HSV160°57°92°
CMYK 0.570.000.20   0.08
XYZ44.149265.800158.5179
Yxy65.80010.26210.3906
Hunter Lab81.1173-44.804114.0103
CIE-Lab84.8943-47.663211.3487

#64ebbd color RGB value is (100,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101011 10111101
Octal 144 353 275
Decimal 100 235 189
Hex 64 EB BD

RGB Percentages of Color #64ebbd

%19.08
%44.85
%36.07

CMYK Percentages of Color #64ebbd

%57
%0
%20
%8

Triadic Colors of #64ebbd

#64ebbd #bd64eb #ebbd64

Analogous Colors of #64ebbd

#64ebbd #64d6eb #64eb7a

Monochromatic Colors of #64ebbd

#64ebbd

Complementary Color

#64ebbd #eb6492

#64ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ebbd Color CSS Codes

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

#64ebbd Text Font Color

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

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


#64ebbd Background Color

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

This div background color is #64ebbd


#64ebbd Border Color

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

This div border color is #64ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ebbd


Comments

No comments written yet.

Please login to write comment.