Color Hex Logo

#4acedf Color Hex

#4ACEDF
(74,206,223)
0 Favorites   0 Comments

Color spaces of #4acedf

RGB 74206223
HSL0.520.700.58
HSV187°67°87°
CMYK 0.670.080.00   0.13
XYZ38.214650.926277.6276
Yxy50.92620.22910.3054
Hunter Lab71.3626-29.2980-14.5413
CIE-Lab76.6343-30.2512-18.9545

#4acedf color RGB value is (74,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001110 11011111
Octal 112 316 337
Decimal 74 206 223
Hex 4A CE DF

RGB Percentages of Color #4acedf

%14.71
%40.95
%44.33

CMYK Percentages of Color #4acedf

%67
%8
%0
%13

Triadic Colors of #4acedf

#4acedf #df4ace #cedf4a

Analogous Colors of #4acedf

#4acedf #4a84df #4adfa6

Monochromatic Colors of #4acedf

#4acedf

Complementary Color

#4acedf #df5b4a

#4acedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acedf Color CSS Codes

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

#4acedf Text Font Color

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

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


#4acedf Background Color

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

This div background color is #4acedf


#4acedf Border Color

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

This div border color is #4acedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acedf


Comments

No comments written yet.

Please login to write comment.