Color Hex Logo

#4baccd Color Hex

#4BACCD
(75,172,205)
0 Favorites   0 Comments

Color spaces of #4baccd

RGB 75172205
HSL0.540.570.55
HSV195°63°80°
CMYK 0.630.160.00   0.20
XYZ28.673635.408763.0809
Yxy35.40870.22550.2785
Hunter Lab59.5052-18.1208-21.1991
CIE-Lab66.0656-18.3918-25.2358

#4baccd color RGB value is (75,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101100 11001101
Octal 113 254 315
Decimal 75 172 205
Hex 4B AC CD

RGB Percentages of Color #4baccd

%16.59
%38.05
%45.35

CMYK Percentages of Color #4baccd

%63
%16
%0
%20

Triadic Colors of #4baccd

#4baccd #cd4bac #accd4b

Analogous Colors of #4baccd

#4baccd #4b6bcd #4bcdad

Monochromatic Colors of #4baccd

#4baccd

Complementary Color

#4baccd #cd6c4b

#4baccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baccd Color CSS Codes

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

#4baccd Text Font Color

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

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


#4baccd Background Color

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

This div background color is #4baccd


#4baccd Border Color

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

This div border color is #4baccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baccd


Comments

No comments written yet.

Please login to write comment.