Color Hex Logo

#4ab7fe Color Hex

#4AB7FE
(74,183,254)
0 Favorites   0 Comments

Color spaces of #4ab7fe

RGB 74183254
HSL0.570.990.64
HSV204°71°100°
CMYK 0.710.280.00   0.00
XYZ37.646942.478699.9809
Yxy42.47860.20900.2359
Hunter Lab65.1756-10.9517-45.3293
CIE-Lab71.1996-8.6626-44.0495

#4ab7fe color RGB value is (74,183,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10110111 11111110
Octal 112 267 376
Decimal 74 183 254
Hex 4A B7 FE

RGB Percentages of Color #4ab7fe

%14.48
%35.81
%49.71

CMYK Percentages of Color #4ab7fe

%71
%28
%0
%0

Triadic Colors of #4ab7fe

#4ab7fe #fe4ab7 #b7fe4a

Analogous Colors of #4ab7fe

#4ab7fe #4a5dfe #4afeeb

Monochromatic Colors of #4ab7fe

#4ab7fe

Complementary Color

#4ab7fe #fe914a

#4ab7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ab7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ab7fe Color CSS Codes

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

#4ab7fe Text Font Color

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

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


#4ab7fe Background Color

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

This div background color is #4ab7fe


#4ab7fe Border Color

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

This div border color is #4ab7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ab7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.