Color Hex Logo

#70caee Color Hex

#70CAEE
(112,202,238)
0 Favorites   0 Comments

Color spaces of #70caee

RGB 112202238
HSL0.550.790.69
HSV197°53°93°
CMYK 0.530.150.00   0.07
XYZ43.235251.858988.6199
Yxy51.85890.23530.2823
Hunter Lab72.0131-18.8552-22.5535
CIE-Lab77.1964-17.1731-26.0493

#70caee color RGB value is (112,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001010 11101110
Octal 160 312 356
Decimal 112 202 238
Hex 70 CA EE

RGB Percentages of Color #70caee

%20.29
%36.59
%43.12

CMYK Percentages of Color #70caee

%53
%15
%0
%7

Triadic Colors of #70caee

#70caee #ee70ca #caee70

Analogous Colors of #70caee

#70caee #708bee #70eed3

Monochromatic Colors of #70caee

#70caee

Complementary Color

#70caee #ee9470

#70caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#70caee Color CSS Codes

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

#70caee Text Font Color

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

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


#70caee Background Color

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

This div background color is #70caee


#70caee Border Color

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

This div border color is #70caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70caee


Comments

No comments written yet.

Please login to write comment.