Color Hex Logo

#4b9dfc Color Hex

#4B9DFC
(75,157,252)
0 Favorites   0 Comments

Color spaces of #4b9dfc

RGB 75157252
HSL0.590.970.64
HSV212°70°99°
CMYK 0.700.380.00   0.01
XYZ32.529332.638196.6808
Yxy32.63810.20100.2017
Hunter Lab57.12981.6596-60.3457
CIE-Lab63.86685.4893-54.5296

#4b9dfc color RGB value is (75,157,252).

#4b9dfc hex color red value is 75, green value is 157 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4b9dfc hue: 0.59 , saturation: 0.97 and the lightness value of 4b9dfc is 0.64.

The process color (four color CMYK) of #4b9dfc color hex is 0.70, 0.38, 0.00, 0.01. Web safe color of #4b9dfc is #3399ff. Color #4b9dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10011101 11111100
Octal 113 235 374
Decimal 75 157 252
Hex 4B 9D FC

RGB Percentages of Color #4b9dfc

%15.50
%32.44
%52.07

CMYK Percentages of Color #4b9dfc

%70
%38
%0
%1

Triadic Colors of #4b9dfc

#4b9dfc #fc4b9d #9dfc4b

Analogous Colors of #4b9dfc

#4b9dfc #524bfc #4bf6fc

Monochromatic Colors of #4b9dfc

#4b9dfc

Complementary Color

#4b9dfc #fcaa4b

#4b9dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b9dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b9dfc Color CSS Codes

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

#4b9dfc Text Font Color

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

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


#4b9dfc Background Color

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

This div background color is #4b9dfc


#4b9dfc Border Color

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

This div border color is #4b9dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b9dfc


Comments

No comments written yet.

Please login to write comment.