Color Hex Logo

#4cabfe Color Hex

#4CABFE
(76,171,254)
0 Favorites   0 Comments

Color spaces of #4cabfe

RGB 76171254
HSL0.580.990.65
HSV208°70°100°
CMYK 0.700.330.00   0.00
XYZ35.432837.818199.1980
Yxy37.81810.20550.2193
Hunter Lab61.4964-4.7712-52.5914
CIE-Lab67.8863-1.7256-49.2534

#4cabfe color RGB value is (76,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11111110
Octal 114 253 376
Decimal 76 171 254
Hex 4C AB FE

RGB Percentages of Color #4cabfe

%15.17
%34.13
%50.70

CMYK Percentages of Color #4cabfe

%70
%33
%0
%0

Triadic Colors of #4cabfe

#4cabfe #fe4cab #abfe4c

Analogous Colors of #4cabfe

#4cabfe #4c52fe #4cfef8

Monochromatic Colors of #4cabfe

#4cabfe

Complementary Color

#4cabfe #fe9f4c

#4cabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabfe Color CSS Codes

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

#4cabfe Text Font Color

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

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


#4cabfe Background Color

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

This div background color is #4cabfe


#4cabfe Border Color

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

This div border color is #4cabfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,171,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabfe


Comments

No comments written yet.

Please login to write comment.