Color Hex Logo

#64aebc Color Hex

#64AEBC
(100,174,188)
0 Favorites   0 Comments

Color spaces of #64aebc

RGB 100174188
HSL0.530.400.56
HSV190°47°74°
CMYK 0.470.070.00   0.26
XYZ29.468736.612353.0907
Yxy36.61230.24730.3072
Hunter Lab60.5081-18.9560-9.6663
CIE-Lab66.9851-19.2838-14.3384

#64aebc color RGB value is (100,174,188).

#64aebc hex color red value is 100, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #64aebc hue: 0.53 , saturation: 0.40 and the lightness value of 64aebc is 0.56.

The process color (four color CMYK) of #64aebc color hex is 0.47, 0.07, 0.00, 0.26. Web safe color of #64aebc is #6699cc. Color #64aebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 10111100
Octal 144 256 274
Decimal 100 174 188
Hex 64 AE BC

RGB Percentages of Color #64aebc

%21.65
%37.66
%40.69

CMYK Percentages of Color #64aebc

%47
%7
%0
%26

Triadic Colors of #64aebc

#64aebc #bc64ae #aebc64

Analogous Colors of #64aebc

#64aebc #6482bc #64bc9e

Monochromatic Colors of #64aebc

#64aebc

Complementary Color

#64aebc #bc7264

#64aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aebc Color CSS Codes

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

#64aebc Text Font Color

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

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


#64aebc Background Color

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

This div background color is #64aebc


#64aebc Border Color

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

This div border color is #64aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aebc


Comments

No comments written yet.

Please login to write comment.