Color Hex Logo

#3aeddf Color Hex

#3AEDDF
(58,237,223)
0 Favorites   0 Comments

Color spaces of #3aeddf

RGB 58237223
HSL0.490.830.58
HSV175°76°93°
CMYK 0.760.000.06   0.07
XYZ45.348466.795680.3148
Yxy66.79560.23560.3471
Hunter Lab81.7286-43.9814-1.0544
CIE-Lab85.4006-46.3706-5.8784

#3aeddf color RGB value is (58,237,223).

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

The process color (four color CMYK) of #3aeddf color hex is 0.76, 0.00, 0.06, 0.07. Web safe color of #3aeddf is #33ffcc. Color #3aeddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101101 11011111
Octal 72 355 337
Decimal 58 237 223
Hex 3A ED DF

RGB Percentages of Color #3aeddf

%11.20
%45.75
%43.05

CMYK Percentages of Color #3aeddf

%76
%0
%6
%7

Triadic Colors of #3aeddf

#3aeddf #df3aed #eddf3a

Analogous Colors of #3aeddf

#3aeddf #3aa2ed #3aed86

Monochromatic Colors of #3aeddf

#3aeddf

Complementary Color

#3aeddf #ed3a48

#3aeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aeddf Color CSS Codes

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

#3aeddf Text Font Color

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

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


#3aeddf Background Color

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

This div background color is #3aeddf


#3aeddf Border Color

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

This div border color is #3aeddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aeddf


Comments

No comments written yet.

Please login to write comment.