Color Hex Logo

#4babdc Color Hex

#4BABDC
(75,171,220)
0 Favorites   0 Comments

Color spaces of #4babdc

RGB 75171220
HSL0.560.670.58
HSV200°66°86°
CMYK 0.660.220.00   0.14
XYZ30.382835.789073.0168
Yxy35.78900.21830.2571
Hunter Lab59.8239-14.0369-30.4884
CIE-Lab66.3584-13.1187-33.0617

#4babdc color RGB value is (75,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101011 11011100
Octal 113 253 334
Decimal 75 171 220
Hex 4B AB DC

RGB Percentages of Color #4babdc

%16.09
%36.70
%47.21

CMYK Percentages of Color #4babdc

%66
%22
%0
%14

Triadic Colors of #4babdc

#4babdc #dc4bab #abdc4b

Analogous Colors of #4babdc

#4babdc #4b63dc #4bdcc5

Monochromatic Colors of #4babdc

#4babdc

Complementary Color

#4babdc #dc7c4b

#4babdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4babdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4babdc Color CSS Codes

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

#4babdc Text Font Color

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

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


#4babdc Background Color

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

This div background color is #4babdc


#4babdc Border Color

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

This div border color is #4babdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4babdc


Comments

No comments written yet.

Please login to write comment.