Color Hex Logo

#70fceb Color Hex

#70FCEB
(112,252,235)
0 Favorites   0 Comments

Color spaces of #70fceb

RGB 112252235
HSL0.480.960.71
HSV173°56°99°
CMYK 0.560.000.07   0.01
XYZ56.487979.063790.8809
Yxy79.06370.24950.3492
Hunter Lab88.9178-42.20821.6434
CIE-Lab91.2631-41.9607-3.3711

#70fceb color RGB value is (112,252,235).

#70fceb hex color red value is 112, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #70fceb hue: 0.48 , saturation: 0.96 and the lightness value of 70fceb is 0.71.

The process color (four color CMYK) of #70fceb color hex is 0.56, 0.00, 0.07, 0.01. Web safe color of #70fceb is #66ffff. Color #70fceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111100 11101011
Octal 160 374 353
Decimal 112 252 235
Hex 70 FC EB

RGB Percentages of Color #70fceb

%18.70
%42.07
%39.23

CMYK Percentages of Color #70fceb

%56
%0
%7
%1

Triadic Colors of #70fceb

#70fceb #eb70fc #fceb70

Analogous Colors of #70fceb

#70fceb #70c7fc #70fca5

Monochromatic Colors of #70fceb

#70fceb

Complementary Color

#70fceb #fc7081

#70fceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70fceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70fceb Color CSS Codes

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

#70fceb Text Font Color

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

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


#70fceb Background Color

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

This div background color is #70fceb


#70fceb Border Color

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

This div border color is #70fceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70fceb

Related Colors


Comments

No comments written yet.

Please login to write comment.