Color Hex Logo

#70cadb Color Hex

#70CADB
(112,202,219)
0 Favorites   0 Comments

Color spaces of #70cadb

RGB 112202219
HSL0.530.600.65
HSV190°49°86°
CMYK 0.490.080.00   0.14
XYZ40.588850.800374.6840
Yxy50.80030.24440.3059
Hunter Lab71.2743-23.0792-12.2343
CIE-Lab76.5579-22.4324-16.7987

#70cadb color RGB value is (112,202,219).

#70cadb hex color red value is 112, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #70cadb hue: 0.53 , saturation: 0.60 and the lightness value of 70cadb is 0.65.

The process color (four color CMYK) of #70cadb color hex is 0.49, 0.08, 0.00, 0.14. Web safe color of #70cadb is #66cccc. Color #70cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001010 11011011
Octal 160 312 333
Decimal 112 202 219
Hex 70 CA DB

RGB Percentages of Color #70cadb

%21.01
%37.90
%41.09

CMYK Percentages of Color #70cadb

%49
%8
%0
%14

Triadic Colors of #70cadb

#70cadb #db70ca #cadb70

Analogous Colors of #70cadb

#70cadb #7095db #70dbb7

Monochromatic Colors of #70cadb

#70cadb

Complementary Color

#70cadb #db8170

#70cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cadb Color CSS Codes

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

#70cadb Text Font Color

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

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


#70cadb Background Color

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

This div background color is #70cadb


#70cadb Border Color

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

This div border color is #70cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cadb


Comments

No comments written yet.

Please login to write comment.