Color Hex Logo

#70ceed Color Hex

#70CEED
(112,206,237)
0 Favorites   0 Comments

Color spaces of #70ceed

RGB 112206237
HSL0.540.780.68
HSV195°53°93°
CMYK 0.530.130.00   0.07
XYZ44.039553.701888.1651
Yxy53.70180.23690.2889
Hunter Lab73.2815-20.9707-20.0348
CIE-Lab78.2875-19.5065-23.8480

#70ceed color RGB value is (112,206,237).

#70ceed hex color red value is 112, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #70ceed hue: 0.54 , saturation: 0.78 and the lightness value of 70ceed is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 11101101
Octal 160 316 355
Decimal 112 206 237
Hex 70 CE ED

RGB Percentages of Color #70ceed

%20.18
%37.12
%42.70

CMYK Percentages of Color #70ceed

%53
%13
%0
%7

Triadic Colors of #70ceed

#70ceed #ed70ce #ceed70

Analogous Colors of #70ceed

#70ceed #7090ed #70edce

Monochromatic Colors of #70ceed

#70ceed

Complementary Color

#70ceed #ed8f70

#70ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ceed Color CSS Codes

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

#70ceed Text Font Color

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

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


#70ceed Background Color

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

This div background color is #70ceed


#70ceed Border Color

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

This div border color is #70ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ceed


Comments

No comments written yet.

Please login to write comment.