Color Hex Logo

#4bafdc Color Hex

#4BAFDC
(75,175,220)
0 Favorites   0 Comments

Color spaces of #4bafdc

RGB 75175220
HSL0.550.670.58
HSV199°66°86°
CMYK 0.660.200.00   0.14
XYZ31.149937.323173.2725
Yxy37.32310.21980.2633
Hunter Lab61.0926-15.8986-28.3456
CIE-Lab67.5187-15.2669-31.2652

#4bafdc color RGB value is (75,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101111 11011100
Octal 113 257 334
Decimal 75 175 220
Hex 4B AF DC

RGB Percentages of Color #4bafdc

%15.96
%37.23
%46.81

CMYK Percentages of Color #4bafdc

%66
%20
%0
%14

Triadic Colors of #4bafdc

#4bafdc #dc4baf #afdc4b

Analogous Colors of #4bafdc

#4bafdc #4b67dc #4bdcc1

Monochromatic Colors of #4bafdc

#4bafdc

Complementary Color

#4bafdc #dc784b

#4bafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bafdc Color CSS Codes

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

#4bafdc Text Font Color

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

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


#4bafdc Background Color

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

This div background color is #4bafdc


#4bafdc Border Color

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

This div border color is #4bafdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,175,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 #4bafdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bafdc


Comments

No comments written yet.

Please login to write comment.