Color Hex Logo

#70bfcb Color Hex

#70BFCB
(112,191,203)
0 Favorites   0 Comments

Color spaces of #70bfcb

RGB 112191203
HSL0.520.470.62
HSV188°45°80°
CMYK 0.450.060.00   0.20
XYZ36.092445.018163.2870
Yxy45.01810.25000.3118
Hunter Lab67.0955-21.3975-8.9577
CIE-Lab72.9038-21.1334-13.6272

#70bfcb color RGB value is (112,191,203).

#70bfcb hex color red value is 112, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #70bfcb hue: 0.52 , saturation: 0.47 and the lightness value of 70bfcb is 0.62.

The process color (four color CMYK) of #70bfcb color hex is 0.45, 0.06, 0.00, 0.20. Web safe color of #70bfcb is #66cccc. Color #70bfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 11001011
Octal 160 277 313
Decimal 112 191 203
Hex 70 BF CB

RGB Percentages of Color #70bfcb

%22.13
%37.75
%40.12

CMYK Percentages of Color #70bfcb

%45
%6
%0
%20

Triadic Colors of #70bfcb

#70bfcb #cb70bf #bfcb70

Analogous Colors of #70bfcb

#70bfcb #7092cb #70cbaa

Monochromatic Colors of #70bfcb

#70bfcb

Complementary Color

#70bfcb #cb7c70

#70bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bfcb Color CSS Codes

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

#70bfcb Text Font Color

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

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


#70bfcb Background Color

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

This div background color is #70bfcb


#70bfcb Border Color

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

This div border color is #70bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bfcb


Comments

No comments written yet.

Please login to write comment.