Color Hex Logo

#4acede Color Hex

#4ACEDE
(74,206,222)
0 Favorites   0 Comments

Color spaces of #4acede

RGB 74206222
HSL0.520.690.58
HSV186°67°87°
CMYK 0.670.070.00   0.13
XYZ38.080250.872476.9196
Yxy50.87240.22960.3067
Hunter Lab71.3249-29.5178-14.0133
CIE-Lab76.6017-30.5437-18.4659

#4acede color RGB value is (74,206,222).

#4acede hex color red value is 74, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4acede hue: 0.52 , saturation: 0.69 and the lightness value of 4acede is 0.58.

The process color (four color CMYK) of #4acede color hex is 0.67, 0.07, 0.00, 0.13. Web safe color of #4acede is #33cccc. Color #4acede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001110 11011110
Octal 112 316 336
Decimal 74 206 222
Hex 4A CE DE

RGB Percentages of Color #4acede

%14.74
%41.04
%44.22

CMYK Percentages of Color #4acede

%67
%7
%0
%13

Triadic Colors of #4acede

#4acede #de4ace #cede4a

Analogous Colors of #4acede

#4acede #4a84de #4adea4

Monochromatic Colors of #4acede

#4acede

Complementary Color

#4acede #de5a4a

#4acede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acede Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acede Color CSS Codes

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

#4acede Text Font Color

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

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


#4acede Background Color

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

This div background color is #4acede


#4acede Border Color

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

This div border color is #4acede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acede


Comments

No comments written yet.

Please login to write comment.