Color Hex Logo

#4cabfb Color Hex

#4CABFB
(76,171,251)
0 Favorites   0 Comments

Color spaces of #4cabfb

RGB 76171251
HSL0.580.960.64
HSV207°70°98°
CMYK 0.700.320.00   0.02
XYZ34.956037.627496.6872
Yxy37.62740.20650.2223
Hunter Lab61.3412-5.6267-50.5153
CIE-Lab67.7451-2.7382-47.8471

#4cabfb color RGB value is (76,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11111011
Octal 114 253 373
Decimal 76 171 251
Hex 4C AB FB

RGB Percentages of Color #4cabfb

%15.26
%34.34
%50.40

CMYK Percentages of Color #4cabfb

%70
%32
%0
%2

Triadic Colors of #4cabfb

#4cabfb #fb4cab #abfb4c

Analogous Colors of #4cabfb

#4cabfb #4c53fb #4cfbf4

Monochromatic Colors of #4cabfb

#4cabfb

Complementary Color

#4cabfb #fb9c4c

#4cabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabfb Color CSS Codes

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

#4cabfb Text Font Color

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

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


#4cabfb Background Color

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

This div background color is #4cabfb


#4cabfb Border Color

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

This div border color is #4cabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabfb


Comments

No comments written yet.

Please login to write comment.