Color Hex Logo

#7096ee Color Hex

#7096EE
(112,150,238)
0 Favorites   0 Comments

Color spaces of #7096ee

RGB 112150238
HSL0.620.790.69
HSV222°53°93°
CMYK 0.530.370.00   0.07
XYZ33.021131.430585.2152
Yxy31.43050.22060.2100
Hunter Lab56.06297.0266-50.8763
CIE-Lab62.869411.5423-48.3284

#7096ee color RGB value is (112,150,238).

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

The process color (four color CMYK) of #7096ee color hex is 0.53, 0.37, 0.00, 0.07. Web safe color of #7096ee is #6699ff. Color #7096ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010110 11101110
Octal 160 226 356
Decimal 112 150 238
Hex 70 96 EE

RGB Percentages of Color #7096ee

%22.40
%30.00
%47.60

CMYK Percentages of Color #7096ee

%53
%37
%0
%7

Triadic Colors of #7096ee

#7096ee #ee7096 #96ee70

Analogous Colors of #7096ee

#7096ee #8970ee #70d5ee

Monochromatic Colors of #7096ee

#7096ee

Complementary Color

#7096ee #eec870

#7096ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7096ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7096ee Color CSS Codes

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

#7096ee Text Font Color

<p style="color:#7096ee">Text here</p>

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


#7096ee Background Color

<div style="background-color:#7096ee">
Div content here</div>

This div background color is #7096ee


#7096ee Border Color

<div style="border:3px solid #7096ee">
Div here</div>

This div border color is #7096ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7096ee


Comments

No comments written yet.

Please login to write comment.