Color Hex Logo

#70accb Color Hex

#70ACCB
(112,172,203)
0 Favorites   0 Comments

Color spaces of #70accb

RGB 112172203
HSL0.560.470.62
HSV200°45°80°
CMYK 0.450.150.00   0.20
XYZ32.214137.261661.9943
Yxy37.26160.24500.2834
Hunter Lab61.0423-12.6234-17.4851
CIE-Lab67.4728-11.1872-21.8467

#70accb color RGB value is (112,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 11001011
Octal 160 254 313
Decimal 112 172 203
Hex 70 AC CB

RGB Percentages of Color #70accb

%23.00
%35.32
%41.68

CMYK Percentages of Color #70accb

%45
%15
%0
%20

Triadic Colors of #70accb

#70accb #cb70ac #accb70

Analogous Colors of #70accb

#70accb #707fcb #70cbbd

Monochromatic Colors of #70accb

#70accb

Complementary Color

#70accb #cb8f70

#70accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70accb Color CSS Codes

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

#70accb Text Font Color

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

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


#70accb Background Color

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

This div background color is #70accb


#70accb Border Color

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

This div border color is #70accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70accb


Comments

No comments written yet.

Please login to write comment.