Color Hex Logo

#4abcfe Color Hex

#4ABCFE
(74,188,254)
0 Favorites   0 Comments

Color spaces of #4abcfe

RGB 74188254
HSL0.560.990.64
HSV202°71°100°
CMYK 0.710.260.00   0.00
XYZ38.696744.5780100.3308
Yxy44.57800.21080.2428
Hunter Lab66.7668-13.3867-42.3587
CIE-Lab72.6132-11.3734-41.8390

#4abcfe color RGB value is (74,188,254).

#4abcfe hex color red value is 74, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4abcfe hue: 0.56 , saturation: 0.99 and the lightness value of 4abcfe is 0.64.

The process color (four color CMYK) of #4abcfe color hex is 0.71, 0.26, 0.00, 0.00. Web safe color of #4abcfe is #33ccff. Color #4abcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11111110
Octal 112 274 376
Decimal 74 188 254
Hex 4A BC FE

RGB Percentages of Color #4abcfe

%14.34
%36.43
%49.22

CMYK Percentages of Color #4abcfe

%71
%26
%0
%0

Triadic Colors of #4abcfe

#4abcfe #fe4abc #bcfe4a

Analogous Colors of #4abcfe

#4abcfe #4a62fe #4afee6

Monochromatic Colors of #4abcfe

#4abcfe

Complementary Color

#4abcfe #fe8c4a

#4abcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcfe Color CSS Codes

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

#4abcfe Text Font Color

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

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


#4abcfe Background Color

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

This div background color is #4abcfe


#4abcfe Border Color

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

This div border color is #4abcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcfe


Comments

No comments written yet.

Please login to write comment.