Color Hex Logo

#4acddf Color Hex

#4ACDDF
(74,205,223)
0 Favorites   0 Comments

Color spaces of #4acddf

RGB 74205223
HSL0.520.700.58
HSV187°67°87°
CMYK 0.670.080.00   0.13
XYZ37.974650.446277.5477
Yxy50.44620.22880.3040
Hunter Lab71.0255-28.8575-15.0167
CIE-Lab76.3423-29.7669-19.3966

#4acddf color RGB value is (74,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 11011111
Octal 112 315 337
Decimal 74 205 223
Hex 4A CD DF

RGB Percentages of Color #4acddf

%14.74
%40.84
%44.42

CMYK Percentages of Color #4acddf

%67
%8
%0
%13

Triadic Colors of #4acddf

#4acddf #df4acd #cddf4a

Analogous Colors of #4acddf

#4acddf #4a83df #4adfa7

Monochromatic Colors of #4acddf

#4acddf

Complementary Color

#4acddf #df5c4a

#4acddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acddf Color CSS Codes

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

#4acddf Text Font Color

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

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


#4acddf Background Color

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

This div background color is #4acddf


#4acddf Border Color

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

This div border color is #4acddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acddf


Comments

No comments written yet.

Please login to write comment.