Color Hex Logo

#70beef Color Hex

#70BEEF
(112,190,239)
0 Favorites   0 Comments

Color spaces of #70beef

RGB 112190239
HSL0.560.800.69
HSV203°53°94°
CMYK 0.530.210.00   0.06
XYZ40.675546.503788.4936
Yxy46.50370.23150.2647
Hunter Lab68.1936-12.8688-29.2040
CIE-Lab73.8712-10.5840-31.6936

#70beef color RGB value is (112,190,239).

#70beef hex color red value is 112, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #70beef hue: 0.56 , saturation: 0.80 and the lightness value of 70beef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111110 11101111
Octal 160 276 357
Decimal 112 190 239
Hex 70 BE EF

RGB Percentages of Color #70beef

%20.70
%35.12
%44.18

CMYK Percentages of Color #70beef

%53
%21
%0
%6

Triadic Colors of #70beef

#70beef #ef70be #beef70

Analogous Colors of #70beef

#70beef #707fef #70efe1

Monochromatic Colors of #70beef

#70beef

Complementary Color

#70beef #efa170

#70beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#70beef Color CSS Codes

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

#70beef Text Font Color

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

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


#70beef Background Color

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

This div background color is #70beef


#70beef Border Color

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

This div border color is #70beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70beef


Comments

No comments written yet.

Please login to write comment.