Color Hex Logo

#3acedf Color Hex

#3ACEDF
(58,206,223)
0 Favorites   0 Comments

Color spaces of #3acedf

RGB 58206223
HSL0.520.720.55
HSV186°74°87°
CMYK 0.740.080.00   0.13
XYZ37.135550.369977.5771
Yxy50.36990.22500.3051
Hunter Lab70.9718-30.8016-15.1279
CIE-Lab76.2957-32.2988-19.4994

#3acedf color RGB value is (58,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001110 11011111
Octal 72 316 337
Decimal 58 206 223
Hex 3A CE DF

RGB Percentages of Color #3acedf

%11.91
%42.30
%45.79

CMYK Percentages of Color #3acedf

%74
%8
%0
%13

Triadic Colors of #3acedf

#3acedf #df3ace #cedf3a

Analogous Colors of #3acedf

#3acedf #3a7cdf #3adf9e

Monochromatic Colors of #3acedf

#3acedf

Complementary Color

#3acedf #df4b3a

#3acedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acedf Color CSS Codes

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

#3acedf Text Font Color

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

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


#3acedf Background Color

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

This div background color is #3acedf


#3acedf Border Color

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

This div border color is #3acedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acedf


Comments

No comments written yet.

Please login to write comment.