Color Hex Logo

#4bd5fa Color Hex

#4BD5FA
(75,213,250)
0 Favorites   0 Comments

Color spaces of #4bd5fa

RGB 75213250
HSL0.540.950.64
HSV193°70°98°
CMYK 0.700.150.00   0.02
XYZ43.951255.986598.9325
Yxy55.98650.22100.2815
Hunter Lab74.8241-26.0925-26.0164
CIE-Lab79.6061-25.4489-28.8737

#4bd5fa color RGB value is (75,213,250).

#4bd5fa hex color red value is 75, green value is 213 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4bd5fa hue: 0.54 , saturation: 0.95 and the lightness value of 4bd5fa is 0.64.

The process color (four color CMYK) of #4bd5fa color hex is 0.70, 0.15, 0.00, 0.02. Web safe color of #4bd5fa is #33ccff. Color #4bd5fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010101 11111010
Octal 113 325 372
Decimal 75 213 250
Hex 4B D5 FA

RGB Percentages of Color #4bd5fa

%13.94
%39.59
%46.47

CMYK Percentages of Color #4bd5fa

%70
%15
%0
%2

Triadic Colors of #4bd5fa

#4bd5fa #fa4bd5 #d5fa4b

Analogous Colors of #4bd5fa

#4bd5fa #4b7efa #4bfac8

Monochromatic Colors of #4bd5fa

#4bd5fa

Complementary Color

#4bd5fa #fa704b

#4bd5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd5fa Color CSS Codes

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

#4bd5fa Text Font Color

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

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


#4bd5fa Background Color

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

This div background color is #4bd5fa


#4bd5fa Border Color

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

This div border color is #4bd5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd5fa


Comments

No comments written yet.

Please login to write comment.