Color Hex Logo

#3aaebf Color Hex

#3AAEBF
(58,174,191)
0 Favorites   0 Comments

Color spaces of #3aaebf

RGB 58174191
HSL0.520.530.49
HSV188°70°75°
CMYK 0.700.090.00   0.25
XYZ26.284934.933254.6476
Yxy34.93320.22690.3015
Hunter Lab59.1043-24.0499-13.4463
CIE-Lab65.6966-26.3845-18.0839

#3aaebf color RGB value is (58,174,191).

#3aaebf hex color red value is 58, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3aaebf hue: 0.52 , saturation: 0.53 and the lightness value of 3aaebf is 0.49.

The process color (four color CMYK) of #3aaebf color hex is 0.70, 0.09, 0.00, 0.25. Web safe color of #3aaebf is #3399cc. Color #3aaebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101110 10111111
Octal 72 256 277
Decimal 58 174 191
Hex 3A AE BF

RGB Percentages of Color #3aaebf

%13.71
%41.13
%45.15

CMYK Percentages of Color #3aaebf

%70
%9
%0
%25

Triadic Colors of #3aaebf

#3aaebf #bf3aae #aebf3a

Analogous Colors of #3aaebf

#3aaebf #3a6cbf #3abf8e

Monochromatic Colors of #3aaebf

#3aaebf

Complementary Color

#3aaebf #bf4b3a

#3aaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaebf Color CSS Codes

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

#3aaebf Text Font Color

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

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


#3aaebf Background Color

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

This div background color is #3aaebf


#3aaebf Border Color

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

This div border color is #3aaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaebf


Comments

No comments written yet.

Please login to write comment.