Color Hex Logo

#3aebda Color Hex

#3AEBDA
(58,235,218)
0 Favorites   0 Comments

Color spaces of #3aebda

RGB 58235218
HSL0.480.820.57
HSV174°75°92°
CMYK 0.750.000.07   0.08
XYZ44.108165.378276.6242
Yxy65.37820.23700.3513
Hunter Lab80.8568-44.12600.4134
CIE-Lab84.6782-46.8519-4.3124

#3aebda color RGB value is (58,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101011 11011010
Octal 72 353 332
Decimal 58 235 218
Hex 3A EB DA

RGB Percentages of Color #3aebda

%11.35
%45.99
%42.66

CMYK Percentages of Color #3aebda

%75
%0
%7
%8

Triadic Colors of #3aebda

#3aebda #da3aeb #ebda3a

Analogous Colors of #3aebda

#3aebda #3aa4eb #3aeb82

Monochromatic Colors of #3aebda

#3aebda

Complementary Color

#3aebda #eb3a4b

#3aebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aebda Color CSS Codes

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

#3aebda Text Font Color

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

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


#3aebda Background Color

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

This div background color is #3aebda


#3aebda Border Color

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

This div border color is #3aebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aebda


Comments

No comments written yet.

Please login to write comment.