Color Hex Logo

#4baad1 Color Hex

#4BAAD1
(75,170,209)
0 Favorites   0 Comments

Color spaces of #4baad1

RGB 75170209
HSL0.550.590.56
HSV197°64°82°
CMYK 0.640.190.00   0.18
XYZ28.785034.848865.5310
Yxy34.84880.22290.2698
Hunter Lab59.0329-16.2692-24.4934
CIE-Lab65.6308-16.0837-28.1168

#4baad1 color RGB value is (75,170,209).

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

The process color (four color CMYK) of #4baad1 color hex is 0.64, 0.19, 0.00, 0.18. Web safe color of #4baad1 is #3399cc. Color #4baad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11010001
Octal 113 252 321
Decimal 75 170 209
Hex 4B AA D1

RGB Percentages of Color #4baad1

%16.52
%37.44
%46.04

CMYK Percentages of Color #4baad1

%64
%19
%0
%18

Triadic Colors of #4baad1

#4baad1 #d14baa #aad14b

Analogous Colors of #4baad1

#4baad1 #4b67d1 #4bd1b5

Monochromatic Colors of #4baad1

#4baad1

Complementary Color

#4baad1 #d1724b

#4baad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baad1 Color CSS Codes

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

#4baad1 Text Font Color

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

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


#4baad1 Background Color

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

This div background color is #4baad1


#4baad1 Border Color

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

This div border color is #4baad1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,170,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baad1


Comments

No comments written yet.

Please login to write comment.