Color Hex Logo

#4babde Color Hex

#4BABDE
(75,171,222)
0 Favorites   0 Comments

Color spaces of #4babde

RGB 75171222
HSL0.560.690.58
HSV201°66°87°
CMYK 0.660.230.00   0.13
XYZ30.649435.895674.4204
Yxy35.89560.21740.2546
Hunter Lab59.9129-13.5332-31.7076
CIE-Lab66.4401-12.4738-34.0355

#4babde color RGB value is (75,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101011 11011110
Octal 113 253 336
Decimal 75 171 222
Hex 4B AB DE

RGB Percentages of Color #4babde

%16.03
%36.54
%47.44

CMYK Percentages of Color #4babde

%66
%23
%0
%13

Triadic Colors of #4babde

#4babde #de4bab #abde4b

Analogous Colors of #4babde

#4babde #4b62de #4bdec8

Monochromatic Colors of #4babde

#4babde

Complementary Color

#4babde #de7e4b

#4babde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4babde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4babde Color CSS Codes

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

#4babde Text Font Color

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

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


#4babde Background Color

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

This div background color is #4babde


#4babde Border Color

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

This div border color is #4babde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4babde


Comments

No comments written yet.

Please login to write comment.