Color Hex Logo

#4abfeb Color Hex

#4ABFEB
(74,191,235)
0 Favorites   0 Comments

Color spaces of #4abfeb

RGB 74191235
HSL0.550.800.61
HSV196°69°92°
CMYK 0.690.190.00   0.08
XYZ36.450244.715685.3071
Yxy44.71560.21900.2686
Hunter Lab66.8697-19.7230-28.8287
CIE-Lab72.7042-19.0806-31.4379

#4abfeb color RGB value is (74,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 11101011
Octal 112 277 353
Decimal 74 191 235
Hex 4A BF EB

RGB Percentages of Color #4abfeb

%14.80
%38.20
%47.00

CMYK Percentages of Color #4abfeb

%69
%19
%0
%8

Triadic Colors of #4abfeb

#4abfeb #eb4abf #bfeb4a

Analogous Colors of #4abfeb

#4abfeb #4a6feb #4aebc7

Monochromatic Colors of #4abfeb

#4abfeb

Complementary Color

#4abfeb #eb764a

#4abfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfeb Color CSS Codes

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

#4abfeb Text Font Color

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

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


#4abfeb Background Color

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

This div background color is #4abfeb


#4abfeb Border Color

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

This div border color is #4abfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfeb


Comments

No comments written yet.

Please login to write comment.