Color Hex Logo

#64e6cb Color Hex

#64E6CB
(100,230,203)
0 Favorites   0 Comments

Color spaces of #64e6cb

RGB 100230203
HSL0.470.720.65
HSV168°57°90°
CMYK 0.570.000.12   0.10
XYZ44.331863.614866.4423
Yxy63.61480.25420.3648
Hunter Lab79.7589-40.36376.4403
CIE-Lab83.7648-42.26132.3696

#64e6cb color RGB value is (100,230,203).

#64e6cb hex color red value is 100, green value is 230 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #64e6cb hue: 0.47 , saturation: 0.72 and the lightness value of 64e6cb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100110 11001011
Octal 144 346 313
Decimal 100 230 203
Hex 64 E6 CB

RGB Percentages of Color #64e6cb

%18.76
%43.15
%38.09

CMYK Percentages of Color #64e6cb

%57
%0
%12
%10

Triadic Colors of #64e6cb

#64e6cb #cb64e6 #e6cb64

Analogous Colors of #64e6cb

#64e6cb #64c0e6 #64e68a

Monochromatic Colors of #64e6cb

#64e6cb

Complementary Color

#64e6cb #e6647f

#64e6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e6cb Color CSS Codes

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

#64e6cb Text Font Color

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

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


#64e6cb Background Color

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

This div background color is #64e6cb


#64e6cb Border Color

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

This div border color is #64e6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e6cb


Comments

No comments written yet.

Please login to write comment.