Color Hex Logo

#4abbef Color Hex

#4ABBEF
(74,187,239)
0 Favorites   0 Comments

Color spaces of #4abbef

RGB 74187239
HSL0.550.840.61
HSV199°69°94°
CMYK 0.690.220.00   0.06
XYZ36.174443.228588.0987
Yxy43.22850.21600.2581
Hunter Lab65.7484-16.8500-33.4210
CIE-Lab71.7098-15.7127-35.1421

#4abbef color RGB value is (74,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111011 11101111
Octal 112 273 357
Decimal 74 187 239
Hex 4A BB EF

RGB Percentages of Color #4abbef

%14.80
%37.40
%47.80

CMYK Percentages of Color #4abbef

%69
%22
%0
%6

Triadic Colors of #4abbef

#4abbef #ef4abb #bbef4a

Analogous Colors of #4abbef

#4abbef #4a69ef #4aefd1

Monochromatic Colors of #4abbef

#4abbef

Complementary Color

#4abbef #ef7e4a

#4abbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abbef Color CSS Codes

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

#4abbef Text Font Color

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

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


#4abbef Background Color

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

This div background color is #4abbef


#4abbef Border Color

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

This div border color is #4abbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abbef


Comments

No comments written yet.

Please login to write comment.