Color Hex Logo

#70bbee Color Hex

#70BBEE
(112,187,238)
0 Favorites   0 Comments

Color spaces of #70bbee

RGB 112187238
HSL0.570.790.69
HSV204°53°93°
CMYK 0.530.210.00   0.07
XYZ39.885045.158487.5032
Yxy45.15840.23120.2617
Hunter Lab67.2000-11.6555-30.1633
CIE-Lab72.9961-9.2688-32.5035

#70bbee color RGB value is (112,187,238).

#70bbee hex color red value is 112, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #70bbee hue: 0.57 , saturation: 0.79 and the lightness value of 70bbee is 0.69.

The process color (four color CMYK) of #70bbee color hex is 0.53, 0.21, 0.00, 0.07. Web safe color of #70bbee is #66ccff. Color #70bbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111011 11101110
Octal 160 273 356
Decimal 112 187 238
Hex 70 BB EE

RGB Percentages of Color #70bbee

%20.86
%34.82
%44.32

CMYK Percentages of Color #70bbee

%53
%21
%0
%7

Triadic Colors of #70bbee

#70bbee #ee70bb #bbee70

Analogous Colors of #70bbee

#70bbee #707cee #70eee2

Monochromatic Colors of #70bbee

#70bbee

Complementary Color

#70bbee #eea370

#70bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bbee Color CSS Codes

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

#70bbee Text Font Color

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

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


#70bbee Background Color

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

This div background color is #70bbee


#70bbee Border Color

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

This div border color is #70bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bbee


Comments

No comments written yet.

Please login to write comment.