Color Hex Logo

#4abfed Color Hex

#4ABFED
(74,191,237)
0 Favorites   0 Comments

Color spaces of #4abfed

RGB 74191237
HSL0.550.820.61
HSV197°69°93°
CMYK 0.690.190.00   0.07
XYZ36.740944.831986.8377
Yxy44.83190.21820.2662
Hunter Lab66.9566-19.2264-30.0250
CIE-Lab72.7811-18.4486-32.4016

#4abfed color RGB value is (74,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 11101101
Octal 112 277 355
Decimal 74 191 237
Hex 4A BF ED

RGB Percentages of Color #4abfed

%14.74
%38.05
%47.21

CMYK Percentages of Color #4abfed

%69
%19
%0
%7

Triadic Colors of #4abfed

#4abfed #ed4abf #bfed4a

Analogous Colors of #4abfed

#4abfed #4a6eed #4aedca

Monochromatic Colors of #4abfed

#4abfed

Complementary Color

#4abfed #ed784a

#4abfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfed Color CSS Codes

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

#4abfed Text Font Color

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

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


#4abfed Background Color

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

This div background color is #4abfed


#4abfed Border Color

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

This div border color is #4abfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfed


Comments

No comments written yet.

Please login to write comment.