Color Hex Logo

#36aeba Color Hex

#36AEBA
(54,174,186)
0 Favorites   0 Comments

Color spaces of #36aeba

RGB 54174186
HSL0.520.550.47
HSV185°71°73°
CMYK 0.710.060.00   0.27
XYZ25.520334.601551.7881
Yxy34.60150.22800.3092
Hunter Lab58.8230-25.4983-11.0231
CIE-Lab65.4372-28.4561-15.7091

#36aeba color RGB value is (54,174,186).

#36aeba hex color red value is 54, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #36aeba hue: 0.52 , saturation: 0.55 and the lightness value of 36aeba is 0.47.

The process color (four color CMYK) of #36aeba color hex is 0.71, 0.06, 0.00, 0.27. Web safe color of #36aeba is #3399cc. Color #36aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101110 10111010
Octal 66 256 272
Decimal 54 174 186
Hex 36 AE BA

RGB Percentages of Color #36aeba

%13.04
%42.03
%44.93

CMYK Percentages of Color #36aeba

%71
%6
%0
%27

Triadic Colors of #36aeba

#36aeba #ba36ae #aeba36

Analogous Colors of #36aeba

#36aeba #366cba #36ba84

Monochromatic Colors of #36aeba

#36aeba

Complementary Color

#36aeba #ba4236

#36aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#36aeba Color CSS Codes

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

#36aeba Text Font Color

<p style="color:#36aeba">Text here</p>

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


#36aeba Background Color

<div style="background-color:#36aeba">
Div content here</div>

This div background color is #36aeba


#36aeba Border Color

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

This div border color is #36aeba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,174,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36aeba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36aeba;
  -webkit-box-shadow: 1px 1px 3px 2px #36aeba;
  box-shadow:         1px 1px 3px 2px #36aeba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36aeba


Comments

No comments written yet.

Please login to write comment.