Color Hex Logo

#64beee Color Hex

#64BEEE
(100,190,238)
0 Favorites   0 Comments

Color spaces of #64beee

RGB 100190238
HSL0.560.800.66
HSV201°58°93°
CMYK 0.580.200.00   0.07
XYZ39.101645.709387.6508
Yxy45.70930.22670.2650
Hunter Lab67.6087-15.0793-29.5401
CIE-Lab73.3565-13.2894-31.9866

#64beee color RGB value is (100,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111110 11101110
Octal 144 276 356
Decimal 100 190 238
Hex 64 BE EE

RGB Percentages of Color #64beee

%18.94
%35.98
%45.08

CMYK Percentages of Color #64beee

%58
%20
%0
%7

Triadic Colors of #64beee

#64beee #ee64be #beee64

Analogous Colors of #64beee

#64beee #6479ee #64eed9

Monochromatic Colors of #64beee

#64beee

Complementary Color

#64beee #ee9464

#64beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#64beee Color CSS Codes

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

#64beee Text Font Color

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

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


#64beee Background Color

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

This div background color is #64beee


#64beee Border Color

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

This div border color is #64beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64beee


Comments

No comments written yet.

Please login to write comment.