Color Hex Logo

#3ae9df Color Hex

#3AE9DF
(58,233,223)
0 Favorites   0 Comments

Color spaces of #3ae9df

RGB 58233223
HSL0.490.800.57
HSV177°75°91°
CMYK 0.750.000.04   0.09
XYZ44.203164.505179.9330
Yxy64.50510.23430.3419
Hunter Lab80.3151-42.3101-2.7874
CIE-Lab84.2281-44.6337-7.6133

#3ae9df color RGB value is (58,233,223).

#3ae9df hex color red value is 58, green value is 233 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3ae9df hue: 0.49 , saturation: 0.80 and the lightness value of 3ae9df is 0.57.

The process color (four color CMYK) of #3ae9df color hex is 0.75, 0.00, 0.04, 0.09. Web safe color of #3ae9df is #33ffcc. Color #3ae9df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101001 11011111
Octal 72 351 337
Decimal 58 233 223
Hex 3A E9 DF

RGB Percentages of Color #3ae9df

%11.28
%45.33
%43.39

CMYK Percentages of Color #3ae9df

%75
%0
%4
%9

Triadic Colors of #3ae9df

#3ae9df #df3ae9 #e9df3a

Analogous Colors of #3ae9df

#3ae9df #3a9ce9 #3ae988

Monochromatic Colors of #3ae9df

#3ae9df

Complementary Color

#3ae9df #e93a44

#3ae9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae9df Color CSS Codes

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

#3ae9df Text Font Color

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

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


#3ae9df Background Color

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

This div background color is #3ae9df


#3ae9df Border Color

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

This div border color is #3ae9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae9df


Comments

No comments written yet.

Please login to write comment.