Color Hex Logo

#70bfea Color Hex

#70BFEA
(112,191,234)
0 Favorites   0 Comments

Color spaces of #70bfea

RGB 112191234
HSL0.560.740.68
HSV201°52°92°
CMYK 0.520.180.00   0.08
XYZ40.164246.646984.7288
Yxy46.64690.23410.2719
Hunter Lab68.2985-14.5523-25.7441
CIE-Lab73.9633-12.5666-28.8495

#70bfea color RGB value is (112,191,234).

#70bfea hex color red value is 112, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #70bfea hue: 0.56 , saturation: 0.74 and the lightness value of 70bfea is 0.68.

The process color (four color CMYK) of #70bfea color hex is 0.52, 0.18, 0.00, 0.08. Web safe color of #70bfea is #66ccff. Color #70bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 11101010
Octal 160 277 352
Decimal 112 191 234
Hex 70 BF EA

RGB Percentages of Color #70bfea

%20.86
%35.57
%43.58

CMYK Percentages of Color #70bfea

%52
%18
%0
%8

Triadic Colors of #70bfea

#70bfea #ea70bf #bfea70

Analogous Colors of #70bfea

#70bfea #7082ea #70ead8

Monochromatic Colors of #70bfea

#70bfea

Complementary Color

#70bfea #ea9b70

#70bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bfea Color CSS Codes

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

#70bfea Text Font Color

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

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


#70bfea Background Color

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

This div background color is #70bfea


#70bfea Border Color

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

This div border color is #70bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bfea


Comments

No comments written yet.

Please login to write comment.