Color Hex Logo

#4babd8 Color Hex

#4BABD8
(75,171,216)
0 Favorites   0 Comments

Color spaces of #4babd8

RGB 75171216
HSL0.550.640.57
HSV199°65°85°
CMYK 0.650.210.00   0.15
XYZ29.859235.579570.2595
Yxy35.57950.22000.2622
Hunter Lab59.6486-15.0305-28.0832
CIE-Lab66.1974-14.4000-31.1074

#4babd8 color RGB value is (75,171,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101011 11011000
Octal 113 253 330
Decimal 75 171 216
Hex 4B AB D8

RGB Percentages of Color #4babd8

%16.23
%37.01
%46.75

CMYK Percentages of Color #4babd8

%65
%21
%0
%15

Triadic Colors of #4babd8

#4babd8 #d84bab #abd84b

Analogous Colors of #4babd8

#4babd8 #4b65d8 #4bd8bf

Monochromatic Colors of #4babd8

#4babd8

Complementary Color

#4babd8 #d8784b

#4babd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4babd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4babd8 Color CSS Codes

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

#4babd8 Text Font Color

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

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


#4babd8 Background Color

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

This div background color is #4babd8


#4babd8 Border Color

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

This div border color is #4babd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4babd8


Comments

No comments written yet.

Please login to write comment.