Color Hex Logo

#4abfee Color Hex

#4ABFEE
(74,191,238)
0 Favorites   0 Comments

Color spaces of #4abfee

RGB 74191238
HSL0.550.830.61
HSV197°69°93°
CMYK 0.690.200.00   0.07
XYZ36.887544.890587.6095
Yxy44.89050.21780.2650
Hunter Lab67.0004-18.9763-30.6272
CIE-Lab72.8197-18.1315-32.8828

#4abfee color RGB value is (74,191,238).

#4abfee hex color red value is 74, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4abfee hue: 0.55 , saturation: 0.83 and the lightness value of 4abfee is 0.61.

The process color (four color CMYK) of #4abfee color hex is 0.69, 0.20, 0.00, 0.07. Web safe color of #4abfee is #33ccff. Color #4abfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 11101110
Octal 112 277 356
Decimal 74 191 238
Hex 4A BF EE

RGB Percentages of Color #4abfee

%14.71
%37.97
%47.32

CMYK Percentages of Color #4abfee

%69
%20
%0
%7

Triadic Colors of #4abfee

#4abfee #ee4abf #bfee4a

Analogous Colors of #4abfee

#4abfee #4a6dee #4aeecb

Monochromatic Colors of #4abfee

#4abfee

Complementary Color

#4abfee #ee794a

#4abfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfee Color CSS Codes

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

#4abfee Text Font Color

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

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


#4abfee Background Color

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

This div background color is #4abfee


#4abfee Border Color

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

This div border color is #4abfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,191,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfee


Comments

No comments written yet.

Please login to write comment.