Color Hex Logo

#64ebbc Color Hex

#64EBBC
(100,235,188)
0 Favorites   0 Comments

Color spaces of #64ebbc

RGB 100235188
HSL0.440.770.66
HSV159°57°92°
CMYK 0.570.000.20   0.08
XYZ44.041065.756857.9481
Yxy65.75680.26250.3920
Hunter Lab81.0906-44.963614.3942
CIE-Lab84.8722-47.884311.8400

#64ebbc color RGB value is (100,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101011 10111100
Octal 144 353 274
Decimal 100 235 188
Hex 64 EB BC

RGB Percentages of Color #64ebbc

%19.12
%44.93
%35.95

CMYK Percentages of Color #64ebbc

%57
%0
%20
%8

Triadic Colors of #64ebbc

#64ebbc #bc64eb #ebbc64

Analogous Colors of #64ebbc

#64ebbc #64d7eb #64eb79

Monochromatic Colors of #64ebbc

#64ebbc

Complementary Color

#64ebbc #eb6493

#64ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ebbc Color CSS Codes

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

#64ebbc Text Font Color

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

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


#64ebbc Background Color

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

This div background color is #64ebbc


#64ebbc Border Color

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

This div border color is #64ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ebbc


Comments

No comments written yet.

Please login to write comment.