Color Hex Logo

#4baccb Color Hex

#4BACCB
(75,172,203)
0 Favorites   0 Comments

Color spaces of #4baccb

RGB 75172203
HSL0.540.550.55
HSV195°63°80°
CMYK 0.630.150.00   0.20
XYZ28.433735.312761.8173
Yxy35.31270.22640.2812
Hunter Lab59.4245-18.5834-20.0803
CIE-Lab65.9914-19.0096-24.2430

#4baccb color RGB value is (75,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101100 11001011
Octal 113 254 313
Decimal 75 172 203
Hex 4B AC CB

RGB Percentages of Color #4baccb

%16.67
%38.22
%45.11

CMYK Percentages of Color #4baccb

%63
%15
%0
%20

Triadic Colors of #4baccb

#4baccb #cb4bac #accb4b

Analogous Colors of #4baccb

#4baccb #4b6ccb #4bcbaa

Monochromatic Colors of #4baccb

#4baccb

Complementary Color

#4baccb #cb6a4b

#4baccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baccb Color CSS Codes

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

#4baccb Text Font Color

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

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


#4baccb Background Color

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

This div background color is #4baccb


#4baccb Border Color

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

This div border color is #4baccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baccb


Comments

No comments written yet.

Please login to write comment.