Color Hex Logo

#4bccfa Color Hex

#4BCCFA
(75,204,250)
0 Favorites   0 Comments

Color spaces of #4bccfa

RGB 75204250
HSL0.540.950.64
HSV196°70°98°
CMYK 0.700.180.00   0.02
XYZ41.749851.583798.1987
Yxy51.58370.21800.2693
Hunter Lab71.8218-21.9266-30.7893
CIE-Lab77.0312-20.9165-32.8331

#4bccfa color RGB value is (75,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11111010
Octal 113 314 372
Decimal 75 204 250
Hex 4B CC FA

RGB Percentages of Color #4bccfa

%14.18
%38.56
%47.26

CMYK Percentages of Color #4bccfa

%70
%18
%0
%2

Triadic Colors of #4bccfa

#4bccfa #fa4bcc #ccfa4b

Analogous Colors of #4bccfa

#4bccfa #4b75fa #4bfad1

Monochromatic Colors of #4bccfa

#4bccfa

Complementary Color

#4bccfa #fa794b

#4bccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bccfa Color CSS Codes

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

#4bccfa Text Font Color

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

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


#4bccfa Background Color

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

This div background color is #4bccfa


#4bccfa Border Color

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

This div border color is #4bccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bccfa


Comments

No comments written yet.

Please login to write comment.