Color Hex Logo

#70b0bf Color Hex

#70B0BF
(112,176,191)
0 Favorites   0 Comments

Color spaces of #70b0bf

RGB 112176191
HSL0.530.380.59
HSV191°41°75°
CMYK 0.410.080.00   0.25
XYZ31.611438.257055.0085
Yxy38.25700.25310.3064
Hunter Lab61.8522-17.0138-9.4332
CIE-Lab68.2096-16.5507-14.1003

#70b0bf color RGB value is (112,176,191).

#70b0bf hex color red value is 112, green value is 176 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #70b0bf hue: 0.53 , saturation: 0.38 and the lightness value of 70b0bf is 0.59.

The process color (four color CMYK) of #70b0bf color hex is 0.41, 0.08, 0.00, 0.25. Web safe color of #70b0bf is #6699cc. Color #70b0bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10110000 10111111
Octal 160 260 277
Decimal 112 176 191
Hex 70 B0 BF

RGB Percentages of Color #70b0bf

%23.38
%36.74
%39.87

CMYK Percentages of Color #70b0bf

%41
%8
%0
%25

Triadic Colors of #70b0bf

#70b0bf #bf70b0 #b0bf70

Analogous Colors of #70b0bf

#70b0bf #7089bf #70bfa7

Monochromatic Colors of #70b0bf

#70b0bf

Complementary Color

#70b0bf #bf7f70

#70b0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b0bf Color CSS Codes

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

#70b0bf Text Font Color

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

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


#70b0bf Background Color

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

This div background color is #70b0bf


#70b0bf Border Color

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

This div border color is #70b0bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,176,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b0bf


Comments

No comments written yet.

Please login to write comment.