Color Hex Logo

#70afcb Color Hex

#70AFCB
(112,175,203)
0 Favorites   0 Comments

Color spaces of #70afcb

RGB 112175203
HSL0.550.470.62
HSV198°45°80°
CMYK 0.450.140.00   0.20
XYZ32.791638.416562.1867
Yxy38.41650.24580.2880
Hunter Lab61.9810-14.0299-16.1000
CIE-Lab68.3265-12.7958-20.5462

#70afcb color RGB value is (112,175,203).

#70afcb hex color red value is 112, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #70afcb hue: 0.55 , saturation: 0.47 and the lightness value of 70afcb is 0.62.

The process color (four color CMYK) of #70afcb color hex is 0.45, 0.14, 0.00, 0.20. Web safe color of #70afcb is #6699cc. Color #70afcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101111 11001011
Octal 160 257 313
Decimal 112 175 203
Hex 70 AF CB

RGB Percentages of Color #70afcb

%22.86
%35.71
%41.43

CMYK Percentages of Color #70afcb

%45
%14
%0
%20

Triadic Colors of #70afcb

#70afcb #cb70af #afcb70

Analogous Colors of #70afcb

#70afcb #7082cb #70cbba

Monochromatic Colors of #70afcb

#70afcb

Complementary Color

#70afcb #cb8c70

#70afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70afcb Color CSS Codes

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

#70afcb Text Font Color

<p style="color:#70afcb">Text here</p>

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


#70afcb Background Color

<div style="background-color:#70afcb">
Div content here</div>

This div background color is #70afcb


#70afcb Border Color

<div style="border:3px solid #70afcb">
Div here</div>

This div border color is #70afcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,175,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70afcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70afcb;
  -webkit-box-shadow: 1px 1px 3px 2px #70afcb;
  box-shadow:         1px 1px 3px 2px #70afcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,175,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 #70afcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70afcb


Comments

No comments written yet.

Please login to write comment.