Color Hex Logo

#4abaee Color Hex

#4ABAEE
(74,186,238)
0 Favorites   0 Comments

Color spaces of #4abaee

RGB 74186238
HSL0.550.830.61
HSV199°69°93°
CMYK 0.690.220.00   0.07
XYZ35.815642.746787.2522
Yxy42.74670.21600.2578
Hunter Lab65.3810-16.6346-33.3570
CIE-Lab71.3827-15.5049-35.1072

#4abaee color RGB value is (74,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 11101110
Octal 112 272 356
Decimal 74 186 238
Hex 4A BA EE

RGB Percentages of Color #4abaee

%14.86
%37.35
%47.79

CMYK Percentages of Color #4abaee

%69
%22
%0
%7

Triadic Colors of #4abaee

#4abaee #ee4aba #baee4a

Analogous Colors of #4abaee

#4abaee #4a68ee #4aeed0

Monochromatic Colors of #4abaee

#4abaee

Complementary Color

#4abaee #ee7e4a

#4abaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abaee Color CSS Codes

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

#4abaee Text Font Color

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

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


#4abaee Background Color

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

This div background color is #4abaee


#4abaee Border Color

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

This div border color is #4abaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abaee


Comments

No comments written yet.

Please login to write comment.