Color Hex Logo

#64bebc Color Hex

#64BEBC
(100,190,188)
0 Favorites   0 Comments

Color spaces of #64bebc

RGB 100190188
HSL0.500.410.57
HSV179°47°75°
CMYK 0.470.000.01   0.25
XYZ32.746143.167154.1831
Yxy43.16710.25170.3318
Hunter Lab65.7017-26.0125-2.9043
CIE-Lab71.6682-27.3623-7.3364

#64bebc color RGB value is (100,190,188).

#64bebc hex color red value is 100, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #64bebc hue: 0.50 , saturation: 0.41 and the lightness value of 64bebc is 0.57.

The process color (four color CMYK) of #64bebc color hex is 0.47, 0.00, 0.01, 0.25. Web safe color of #64bebc is #66cccc. Color #64bebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111110 10111100
Octal 144 276 274
Decimal 100 190 188
Hex 64 BE BC

RGB Percentages of Color #64bebc

%20.92
%39.75
%39.33

CMYK Percentages of Color #64bebc

%47
%0
%1
%25

Triadic Colors of #64bebc

#64bebc #bc64be #bebc64

Analogous Colors of #64bebc

#64bebc #6493be #64be8f

Monochromatic Colors of #64bebc

#64bebc

Complementary Color

#64bebc #be6466

#64bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bebc Color CSS Codes

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

#64bebc Text Font Color

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

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


#64bebc Background Color

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

This div background color is #64bebc


#64bebc Border Color

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

This div border color is #64bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bebc


Comments

No comments written yet.

Please login to write comment.