Color Hex Logo

#70cafe Color Hex

#70CAFE
(112,202,254)
0 Favorites   0 Comments

Color spaces of #70cafe

RGB 112202254
HSL0.560.990.72
HSV202°56°100°
CMYK 0.560.200.00   0.00
XYZ45.692052.8416101.5571
Yxy52.84160.22840.2641
Hunter Lab72.6922-15.0120-31.9485
CIE-Lab77.7814-12.5448-33.7179

#70cafe color RGB value is (112,202,254).

#70cafe hex color red value is 112, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #70cafe hue: 0.56 , saturation: 0.99 and the lightness value of 70cafe is 0.72.

The process color (four color CMYK) of #70cafe color hex is 0.56, 0.20, 0.00, 0.00. Web safe color of #70cafe is #66ccff. Color #70cafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001010 11111110
Octal 160 312 376
Decimal 112 202 254
Hex 70 CA FE

RGB Percentages of Color #70cafe

%19.72
%35.56
%44.72

CMYK Percentages of Color #70cafe

%56
%20
%0
%0

Triadic Colors of #70cafe

#70cafe #fe70ca #cafe70

Analogous Colors of #70cafe

#70cafe #7083fe #70feeb

Monochromatic Colors of #70cafe

#70cafe

Complementary Color

#70cafe #fea470

#70cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cafe Color CSS Codes

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

#70cafe Text Font Color

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

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


#70cafe Background Color

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

This div background color is #70cafe


#70cafe Border Color

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

This div border color is #70cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cafe

Related Colors


Comments

No comments written yet.

Please login to write comment.