Color Hex Logo

#70cee3 Color Hex

#70CEE3
(112,206,227)
0 Favorites   0 Comments

Color spaces of #70cee3

RGB 112206227
HSL0.530.670.66
HSV191°51°89°
CMYK 0.510.090.00   0.11
XYZ42.618553.133480.6826
Yxy53.13340.24160.3012
Hunter Lab72.8927-23.1977-14.6014
CIE-Lab77.9537-22.2745-18.9934

#70cee3 color RGB value is (112,206,227).

#70cee3 hex color red value is 112, green value is 206 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #70cee3 hue: 0.53 , saturation: 0.67 and the lightness value of 70cee3 is 0.66.

The process color (four color CMYK) of #70cee3 color hex is 0.51, 0.09, 0.00, 0.11. Web safe color of #70cee3 is #66cccc. Color #70cee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 11100011
Octal 160 316 343
Decimal 112 206 227
Hex 70 CE E3

RGB Percentages of Color #70cee3

%20.55
%37.80
%41.65

CMYK Percentages of Color #70cee3

%51
%9
%0
%11

Triadic Colors of #70cee3

#70cee3 #e370ce #cee370

Analogous Colors of #70cee3

#70cee3 #7095e3 #70e3bf

Monochromatic Colors of #70cee3

#70cee3

Complementary Color

#70cee3 #e38570

#70cee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cee3 Color CSS Codes

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

#70cee3 Text Font Color

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

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


#70cee3 Background Color

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

This div background color is #70cee3


#70cee3 Border Color

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

This div border color is #70cee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cee3


Comments

No comments written yet.

Please login to write comment.