Color Hex Logo

#4bccfb Color Hex

#4BCCFB
(75,204,251)
0 Favorites   0 Comments

Color spaces of #4bccfb

RGB 75204251
HSL0.540.960.64
HSV196°70°98°
CMYK 0.700.190.00   0.02
XYZ41.907151.646699.0268
Yxy51.64660.21760.2682
Hunter Lab71.8656-21.6757-31.3925
CIE-Lab77.0690-20.6026-33.3096

#4bccfb color RGB value is (75,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11111011
Octal 113 314 373
Decimal 75 204 251
Hex 4B CC FB

RGB Percentages of Color #4bccfb

%14.15
%38.49
%47.36

CMYK Percentages of Color #4bccfb

%70
%19
%0
%2

Triadic Colors of #4bccfb

#4bccfb #fb4bcc #ccfb4b

Analogous Colors of #4bccfb

#4bccfb #4b74fb #4bfbd2

Monochromatic Colors of #4bccfb

#4bccfb

Complementary Color

#4bccfb #fb7a4b

#4bccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bccfb Color CSS Codes

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

#4bccfb Text Font Color

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

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


#4bccfb Background Color

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

This div background color is #4bccfb


#4bccfb Border Color

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

This div border color is #4bccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.