Color Hex Logo

#4ab4ef Color Hex

#4AB4EF
(74,180,239)
0 Favorites   0 Comments

Color spaces of #4ab4ef

RGB 74180239
HSL0.560.840.61
HSV201°69°94°
CMYK 0.690.250.00   0.06
XYZ34.725340.330487.6157
Yxy40.33040.21350.2479
Hunter Lab63.5062-13.5318-37.3445
CIE-Lab69.7042-11.9725-38.2588

#4ab4ef color RGB value is (74,180,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10110100 11101111
Octal 112 264 357
Decimal 74 180 239
Hex 4A B4 EF

RGB Percentages of Color #4ab4ef

%15.01
%36.51
%48.48

CMYK Percentages of Color #4ab4ef

%69
%25
%0
%6

Triadic Colors of #4ab4ef

#4ab4ef #ef4ab4 #b4ef4a

Analogous Colors of #4ab4ef

#4ab4ef #4a62ef #4aefd8

Monochromatic Colors of #4ab4ef

#4ab4ef

Complementary Color

#4ab4ef #ef854a

#4ab4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ab4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ab4ef Color CSS Codes

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

#4ab4ef Text Font Color

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

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


#4ab4ef Background Color

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

This div background color is #4ab4ef


#4ab4ef Border Color

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

This div border color is #4ab4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ab4ef


Comments

No comments written yet.

Please login to write comment.