Color Hex Logo

#4baacd Color Hex

#4BAACD
(75,170,205)
0 Favorites   0 Comments

Color spaces of #4baacd

RGB 75170205
HSL0.540.570.55
HSV196°63°80°
CMYK 0.630.170.00   0.20
XYZ28.295834.653162.9550
Yxy34.65310.22470.2752
Hunter Lab58.8669-17.2167-22.2007
CIE-Lab65.4777-17.3368-26.1385

#4baacd color RGB value is (75,170,205).

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

The process color (four color CMYK) of #4baacd color hex is 0.63, 0.17, 0.00, 0.20. Web safe color of #4baacd is #3399cc. Color #4baacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11001101
Octal 113 252 315
Decimal 75 170 205
Hex 4B AA CD

RGB Percentages of Color #4baacd

%16.67
%37.78
%45.56

CMYK Percentages of Color #4baacd

%63
%17
%0
%20

Triadic Colors of #4baacd

#4baacd #cd4baa #aacd4b

Analogous Colors of #4baacd

#4baacd #4b69cd #4bcdaf

Monochromatic Colors of #4baacd

#4baacd

Complementary Color

#4baacd #cd6e4b

#4baacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baacd Color CSS Codes

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

#4baacd Text Font Color

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

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


#4baacd Background Color

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

This div background color is #4baacd


#4baacd Border Color

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

This div border color is #4baacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baacd


Comments

No comments written yet.

Please login to write comment.