Color Hex Logo

#4abaec Color Hex

#4ABAEC
(74,186,236)
0 Favorites   0 Comments

Color spaces of #4abaec

RGB 74186236
HSL0.550.810.61
HSV199°69°93°
CMYK 0.690.210.00   0.07
XYZ35.523342.629885.7130
Yxy42.62980.21680.2602
Hunter Lab65.2915-17.1432-32.1303
CIE-Lab71.3030-16.1464-34.1459

#4abaec color RGB value is (74,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 11101100
Octal 112 272 354
Decimal 74 186 236
Hex 4A BA EC

RGB Percentages of Color #4abaec

%14.92
%37.50
%47.58

CMYK Percentages of Color #4abaec

%69
%21
%0
%7

Triadic Colors of #4abaec

#4abaec #ec4aba #baec4a

Analogous Colors of #4abaec

#4abaec #4a69ec #4aeccd

Monochromatic Colors of #4abaec

#4abaec

Complementary Color

#4abaec #ec7c4a

#4abaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abaec Color CSS Codes

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

#4abaec Text Font Color

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

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


#4abaec Background Color

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

This div background color is #4abaec


#4abaec Border Color

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

This div border color is #4abaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abaec


Comments

No comments written yet.

Please login to write comment.