Color Hex Logo

#4abeee Color Hex

#4ABEEE
(74,190,238)
0 Favorites   0 Comments

Color spaces of #4abeee

RGB 74190238
HSL0.550.830.61
HSV198°69°93°
CMYK 0.690.200.00   0.07
XYZ36.670144.455887.5370
Yxy44.45580.21740.2636
Hunter Lab66.6752-18.5099-31.1685
CIE-Lab72.5321-17.6096-33.3274

#4abeee color RGB value is (74,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111110 11101110
Octal 112 276 356
Decimal 74 190 238
Hex 4A BE EE

RGB Percentages of Color #4abeee

%14.74
%37.85
%47.41

CMYK Percentages of Color #4abeee

%69
%20
%0
%7

Triadic Colors of #4abeee

#4abeee #ee4abe #beee4a

Analogous Colors of #4abeee

#4abeee #4a6cee #4aeecc

Monochromatic Colors of #4abeee

#4abeee

Complementary Color

#4abeee #ee7a4a

#4abeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abeee Color CSS Codes

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

#4abeee Text Font Color

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

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


#4abeee Background Color

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

This div background color is #4abeee


#4abeee Border Color

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

This div border color is #4abeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abeee


Comments

No comments written yet.

Please login to write comment.