Color Hex Logo

#70bfe1 Color Hex

#70BFE1
(112,191,225)
0 Favorites   0 Comments

Color spaces of #70bfe1

RGB 112191225
HSL0.550.650.66
HSV198°50°88°
CMYK 0.500.150.00   0.12
XYZ38.903546.142678.0901
Yxy46.14260.23850.2828
Hunter Lab67.9283-16.6452-20.6097
CIE-Lab73.6380-15.1317-24.4747

#70bfe1 color RGB value is (112,191,225).

#70bfe1 hex color red value is 112, green value is 191 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #70bfe1 hue: 0.55 , saturation: 0.65 and the lightness value of 70bfe1 is 0.66.

The process color (four color CMYK) of #70bfe1 color hex is 0.50, 0.15, 0.00, 0.12. Web safe color of #70bfe1 is #66cccc. Color #70bfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 11100001
Octal 160 277 341
Decimal 112 191 225
Hex 70 BF E1

RGB Percentages of Color #70bfe1

%21.21
%36.17
%42.61

CMYK Percentages of Color #70bfe1

%50
%15
%0
%12

Triadic Colors of #70bfe1

#70bfe1 #e170bf #bfe170

Analogous Colors of #70bfe1

#70bfe1 #7087e1 #70e1cb

Monochromatic Colors of #70bfe1

#70bfe1

Complementary Color

#70bfe1 #e19270

#70bfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bfe1 Color CSS Codes

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

#70bfe1 Text Font Color

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

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


#70bfe1 Background Color

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

This div background color is #70bfe1


#70bfe1 Border Color

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

This div border color is #70bfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bfe1


Comments

No comments written yet.

Please login to write comment.