Color Hex Logo

#4bcbfb Color Hex

#4BCBFB
(75,203,251)
0 Favorites   0 Comments

Color spaces of #4bcbfb

RGB 75203251
HSL0.550.960.64
HSV196°70°98°
CMYK 0.700.190.00   0.02
XYZ41.670251.172898.9479
Yxy51.17280.21730.2668
Hunter Lab71.5352-21.2079-31.9357
CIE-Lab76.7836-20.0906-33.7503

#4bcbfb color RGB value is (75,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001011 11111011
Octal 113 313 373
Decimal 75 203 251
Hex 4B CB FB

RGB Percentages of Color #4bcbfb

%14.18
%38.37
%47.45

CMYK Percentages of Color #4bcbfb

%70
%19
%0
%2

Triadic Colors of #4bcbfb

#4bcbfb #fb4bcb #cbfb4b

Analogous Colors of #4bcbfb

#4bcbfb #4b73fb #4bfbd3

Monochromatic Colors of #4bcbfb

#4bcbfb

Complementary Color

#4bcbfb #fb7b4b

#4bcbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcbfb Color CSS Codes

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

#4bcbfb Text Font Color

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

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


#4bcbfb Background Color

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

This div background color is #4bcbfb


#4bcbfb Border Color

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

This div border color is #4bcbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcbfb


Comments

No comments written yet.

Please login to write comment.