Color Hex Logo

#4babd3 Color Hex

#4BABD3
(75,171,211)
0 Favorites   0 Comments

Color spaces of #4babd3

RGB 75171211
HSL0.550.610.56
HSV198°64°83°
CMYK 0.640.190.00   0.17
XYZ29.222435.324866.9062
Yxy35.32480.22230.2687
Hunter Lab59.4347-16.2471-25.1391
CIE-Lab66.0008-15.9862-28.6519

#4babd3 color RGB value is (75,171,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101011 11010011
Octal 113 253 323
Decimal 75 171 211
Hex 4B AB D3

RGB Percentages of Color #4babd3

%16.41
%37.42
%46.17

CMYK Percentages of Color #4babd3

%64
%19
%0
%17

Triadic Colors of #4babd3

#4babd3 #d34bab #abd34b

Analogous Colors of #4babd3

#4babd3 #4b67d3 #4bd3b7

Monochromatic Colors of #4babd3

#4babd3

Complementary Color

#4babd3 #d3734b

#4babd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4babd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4babd3 Color CSS Codes

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

#4babd3 Text Font Color

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

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


#4babd3 Background Color

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

This div background color is #4babd3


#4babd3 Border Color

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

This div border color is #4babd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4babd3


Comments

No comments written yet.

Please login to write comment.