Color Hex Logo

#4ac5eb Color Hex

#4AC5EB
(74,197,235)
0 Favorites   0 Comments

Color spaces of #4ac5eb

RGB 74197235
HSL0.540.800.61
HSV194°69°92°
CMYK 0.690.160.00   0.08
XYZ37.785747.386585.7523
Yxy47.38650.22110.2772
Hunter Lab68.8379-22.4860-25.6719
CIE-Lab74.4363-22.1630-28.7718

#4ac5eb color RGB value is (74,197,235).

#4ac5eb hex color red value is 74, green value is 197 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4ac5eb hue: 0.54 , saturation: 0.80 and the lightness value of 4ac5eb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000101 11101011
Octal 112 305 353
Decimal 74 197 235
Hex 4A C5 EB

RGB Percentages of Color #4ac5eb

%14.62
%38.93
%46.44

CMYK Percentages of Color #4ac5eb

%69
%16
%0
%8

Triadic Colors of #4ac5eb

#4ac5eb #eb4ac5 #c5eb4a

Analogous Colors of #4ac5eb

#4ac5eb #4a75eb #4aebc1

Monochromatic Colors of #4ac5eb

#4ac5eb

Complementary Color

#4ac5eb #eb704a

#4ac5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac5eb Color CSS Codes

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

#4ac5eb Text Font Color

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

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


#4ac5eb Background Color

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

This div background color is #4ac5eb


#4ac5eb Border Color

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

This div border color is #4ac5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac5eb


Comments

No comments written yet.

Please login to write comment.