Color Hex Logo

#64abcb Color Hex

#64ABCB
(100,171,203)
0 Favorites   0 Comments

Color spaces of #64abcb

RGB 100171203
HSL0.550.500.59
HSV199°51°80°
CMYK 0.510.160.00   0.20
XYZ30.597936.146961.8643
Yxy36.14690.23790.2811
Hunter Lab60.1223-14.3704-18.9223
CIE-Lab66.6320-13.4933-23.1805

#64abcb color RGB value is (100,171,203).

#64abcb hex color red value is 100, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #64abcb hue: 0.55 , saturation: 0.50 and the lightness value of 64abcb is 0.59.

The process color (four color CMYK) of #64abcb color hex is 0.51, 0.16, 0.00, 0.20. Web safe color of #64abcb is #6699cc. Color #64abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 11001011
Octal 144 253 313
Decimal 100 171 203
Hex 64 AB CB

RGB Percentages of Color #64abcb

%21.10
%36.08
%42.83

CMYK Percentages of Color #64abcb

%51
%16
%0
%20

Triadic Colors of #64abcb

#64abcb #cb64ab #abcb64

Analogous Colors of #64abcb

#64abcb #6478cb #64cbb8

Monochromatic Colors of #64abcb

#64abcb

Complementary Color

#64abcb #cb8464

#64abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64abcb Color CSS Codes

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

#64abcb Text Font Color

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

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


#64abcb Background Color

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

This div background color is #64abcb


#64abcb Border Color

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

This div border color is #64abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64abcb


Comments

No comments written yet.

Please login to write comment.