Color Hex Logo

#3ae7db Color Hex

#3AE7DB
(58,231,219)
0 Favorites   0 Comments

Color spaces of #3ae7db

RGB 58231219
HSL0.490.780.57
HSV176°75°91°
CMYK 0.750.000.05   0.09
XYZ43.107063.165876.9381
Yxy63.16580.23530.3448
Hunter Lab79.4769-42.2691-1.7622
CIE-Lab83.5295-44.8517-6.5356

#3ae7db color RGB value is (58,231,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100111 11011011
Octal 72 347 333
Decimal 58 231 219
Hex 3A E7 DB

RGB Percentages of Color #3ae7db

%11.42
%45.47
%43.11

CMYK Percentages of Color #3ae7db

%75
%0
%5
%9

Triadic Colors of #3ae7db

#3ae7db #db3ae7 #e7db3a

Analogous Colors of #3ae7db

#3ae7db #3a9de7 #3ae785

Monochromatic Colors of #3ae7db

#3ae7db

Complementary Color

#3ae7db #e73a46

#3ae7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae7db Color CSS Codes

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

#3ae7db Text Font Color

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

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


#3ae7db Background Color

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

This div background color is #3ae7db


#3ae7db Border Color

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

This div border color is #3ae7db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,231,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae7db


Comments

No comments written yet.

Please login to write comment.