Color Hex Logo

#64bdec Color Hex

#64BDEC
(100,189,236)
0 Favorites   0 Comments

Color spaces of #64bdec

RGB 100189236
HSL0.560.780.66
HSV201°58°93°
CMYK 0.580.200.00   0.07
XYZ38.593445.160686.0397
Yxy45.16060.22730.2660
Hunter Lab67.2016-15.0916-28.8691
CIE-Lab72.9975-13.3601-31.4586

#64bdec color RGB value is (100,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111101 11101100
Octal 144 275 354
Decimal 100 189 236
Hex 64 BD EC

RGB Percentages of Color #64bdec

%19.05
%36.00
%44.95

CMYK Percentages of Color #64bdec

%58
%20
%0
%7

Triadic Colors of #64bdec

#64bdec #ec64bd #bdec64

Analogous Colors of #64bdec

#64bdec #6479ec #64ecd7

Monochromatic Colors of #64bdec

#64bdec

Complementary Color

#64bdec #ec9364

#64bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bdec Color CSS Codes

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

#64bdec Text Font Color

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

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


#64bdec Background Color

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

This div background color is #64bdec


#64bdec Border Color

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

This div border color is #64bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bdec


Comments

No comments written yet.

Please login to write comment.