Color Hex Logo

#70bcee Color Hex

#70BCEE
(112,188,238)
0 Favorites   0 Comments

Color spaces of #70bcee

RGB 112188238
HSL0.570.790.69
HSV204°53°93°
CMYK 0.530.210.00   0.07
XYZ40.097945.584287.5742
Yxy45.58420.23140.2631
Hunter Lab67.5161-12.1417-29.6430
CIE-Lab73.2749-9.8058-32.0731

#70bcee color RGB value is (112,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111100 11101110
Octal 160 274 356
Decimal 112 188 238
Hex 70 BC EE

RGB Percentages of Color #70bcee

%20.82
%34.94
%44.24

CMYK Percentages of Color #70bcee

%53
%21
%0
%7

Triadic Colors of #70bcee

#70bcee #ee70bc #bcee70

Analogous Colors of #70bcee

#70bcee #707dee #70eee1

Monochromatic Colors of #70bcee

#70bcee

Complementary Color

#70bcee #eea270

#70bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bcee Color CSS Codes

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

#70bcee Text Font Color

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

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


#70bcee Background Color

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

This div background color is #70bcee


#70bcee Border Color

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

This div border color is #70bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bcee


Comments

No comments written yet.

Please login to write comment.