Color Hex Logo

#4bacdf Color Hex

#4BACDF
(75,172,223)
0 Favorites   0 Comments

Color spaces of #4bacdf

RGB 75172223
HSL0.560.700.58
HSV201°66°87°
CMYK 0.660.230.00   0.13
XYZ30.973536.328675.1917
Yxy36.32860.21740.2549
Hunter Lab60.2732-13.7496-31.7739
CIE-Lab66.7702-12.6926-34.0727

#4bacdf color RGB value is (75,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101100 11011111
Octal 113 254 337
Decimal 75 172 223
Hex 4B AC DF

RGB Percentages of Color #4bacdf

%15.96
%36.60
%47.45

CMYK Percentages of Color #4bacdf

%66
%23
%0
%13

Triadic Colors of #4bacdf

#4bacdf #df4bac #acdf4b

Analogous Colors of #4bacdf

#4bacdf #4b62df #4bdfc8

Monochromatic Colors of #4bacdf

#4bacdf

Complementary Color

#4bacdf #df7e4b

#4bacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bacdf Color CSS Codes

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

#4bacdf Text Font Color

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

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


#4bacdf Background Color

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

This div background color is #4bacdf


#4bacdf Border Color

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

This div border color is #4bacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bacdf


Comments

No comments written yet.

Please login to write comment.