Color Hex Logo

#3aecdb Color Hex

#3AECDB
(58,236,219)
0 Favorites   0 Comments

Color spaces of #3aecdb

RGB 58236219
HSL0.480.820.58
HSV174°75°93°
CMYK 0.750.000.07   0.07
XYZ44.526666.004977.4113
Yxy66.00490.23690.3512
Hunter Lab81.2434-44.34650.3770
CIE-Lab84.9989-47.0136-4.3666

#3aecdb color RGB value is (58,236,219).

#3aecdb hex color red value is 58, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3aecdb hue: 0.48 , saturation: 0.82 and the lightness value of 3aecdb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101100 11011011
Octal 72 354 333
Decimal 58 236 219
Hex 3A EC DB

RGB Percentages of Color #3aecdb

%11.31
%46.00
%42.69

CMYK Percentages of Color #3aecdb

%75
%0
%7
%7

Triadic Colors of #3aecdb

#3aecdb #db3aec #ecdb3a

Analogous Colors of #3aecdb

#3aecdb #3aa4ec #3aec82

Monochromatic Colors of #3aecdb

#3aecdb

Complementary Color

#3aecdb #ec3a4b

#3aecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aecdb Color CSS Codes

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

#3aecdb Text Font Color

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

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


#3aecdb Background Color

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

This div background color is #3aecdb


#3aecdb Border Color

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

This div border color is #3aecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aecdb


Comments

No comments written yet.

Please login to write comment.