Color Hex Logo

#4baadb Color Hex

#4BAADB
(75,170,219)
0 Favorites   0 Comments

Color spaces of #4baadb

RGB 75170219
HSL0.560.670.58
HSV200°66°86°
CMYK 0.660.220.00   0.14
XYZ30.062635.359872.2585
Yxy35.35980.21830.2568
Hunter Lab59.4641-13.8199-30.4221
CIE-Lab66.0278-12.8992-33.0235

#4baadb color RGB value is (75,170,219).

#4baadb hex color red value is 75, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4baadb hue: 0.56 , saturation: 0.67 and the lightness value of 4baadb is 0.58.

The process color (four color CMYK) of #4baadb color hex is 0.66, 0.22, 0.00, 0.14. Web safe color of #4baadb is #3399cc. Color #4baadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11011011
Octal 113 252 333
Decimal 75 170 219
Hex 4B AA DB

RGB Percentages of Color #4baadb

%16.16
%36.64
%47.20

CMYK Percentages of Color #4baadb

%66
%22
%0
%14

Triadic Colors of #4baadb

#4baadb #db4baa #aadb4b

Analogous Colors of #4baadb

#4baadb #4b62db #4bdbc4

Monochromatic Colors of #4baadb

#4baadb

Complementary Color

#4baadb #db7c4b

#4baadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baadb Color CSS Codes

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

#4baadb Text Font Color

<p style="color:#4baadb">Text here</p>

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


#4baadb Background Color

<div style="background-color:#4baadb">
Div content here</div>

This div background color is #4baadb


#4baadb Border Color

<div style="border:3px solid #4baadb">
Div here</div>

This div border color is #4baadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,170,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4baadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4baadb;
  -webkit-box-shadow: 1px 1px 3px 2px #4baadb;
  box-shadow:         1px 1px 3px 2px #4baadb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,170,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 #4baadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baadb


Comments

No comments written yet.

Please login to write comment.