Color Hex Logo

#3aebbd Color Hex

#3AEBBD
(58,235,189)
0 Favorites   0 Comments

Color spaces of #3aebbd

RGB 58235189
HSL0.460.820.57
HSV164°75°92°
CMYK 0.750.000.20   0.08
XYZ40.638663.990358.3536
Yxy63.99030.24930.3926
Hunter Lab79.9939-49.307612.7452
CIE-Lab83.9607-54.18739.8913

#3aebbd color RGB value is (58,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101011 10111101
Octal 72 353 275
Decimal 58 235 189
Hex 3A EB BD

RGB Percentages of Color #3aebbd

%12.03
%48.76
%39.21

CMYK Percentages of Color #3aebbd

%75
%0
%20
%8

Triadic Colors of #3aebbd

#3aebbd #bd3aeb #ebbd3a

Analogous Colors of #3aebbd

#3aebbd #3ac1eb #3aeb65

Monochromatic Colors of #3aebbd

#3aebbd

Complementary Color

#3aebbd #eb3a68

#3aebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aebbd Color CSS Codes

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

#3aebbd Text Font Color

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

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


#3aebbd Background Color

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

This div background color is #3aebbd


#3aebbd Border Color

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

This div border color is #3aebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aebbd


Comments

No comments written yet.

Please login to write comment.