Color Hex Logo

#64baec Color Hex

#64BAEC
(100,186,236)
0 Favorites   0 Comments

Color spaces of #64baec

RGB 100186236
HSL0.560.780.66
HSV202°58°93°
CMYK 0.580.210.00   0.07
XYZ37.954843.883385.8268
Yxy43.88330.22640.2617
Hunter Lab66.2445-13.6562-30.4454
CIE-Lab72.1504-11.7624-32.7664

#64baec color RGB value is (100,186,236).

#64baec hex color red value is 100, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #64baec hue: 0.56 , saturation: 0.78 and the lightness value of 64baec is 0.66.

The process color (four color CMYK) of #64baec color hex is 0.58, 0.21, 0.00, 0.07. Web safe color of #64baec is #66ccff. Color #64baec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111010 11101100
Octal 144 272 354
Decimal 100 186 236
Hex 64 BA EC

RGB Percentages of Color #64baec

%19.16
%35.63
%45.21

CMYK Percentages of Color #64baec

%58
%21
%0
%7

Triadic Colors of #64baec

#64baec #ec64ba #baec64

Analogous Colors of #64baec

#64baec #6476ec #64ecda

Monochromatic Colors of #64baec

#64baec

Complementary Color

#64baec #ec9664

#64baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#64baec Color CSS Codes

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

#64baec Text Font Color

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

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


#64baec Background Color

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

This div background color is #64baec


#64baec Border Color

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

This div border color is #64baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64baec


Comments

No comments written yet.

Please login to write comment.