Color Hex Logo

#38aeba Color Hex

#38AEBA
(56,174,186)
0 Favorites   0 Comments

Color spaces of #38aeba

RGB 56174186
HSL0.520.540.47
HSV186°70°73°
CMYK 0.700.060.00   0.27
XYZ25.629934.658051.7932
Yxy34.65800.22870.3092
Hunter Lab58.8710-25.3132-10.9521
CIE-Lab65.4815-28.1860-15.6378

#38aeba color RGB value is (56,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 10111010
Octal 70 256 272
Decimal 56 174 186
Hex 38 AE BA

RGB Percentages of Color #38aeba

%13.46
%41.83
%44.71

CMYK Percentages of Color #38aeba

%70
%6
%0
%27

Triadic Colors of #38aeba

#38aeba #ba38ae #aeba38

Analogous Colors of #38aeba

#38aeba #386dba #38ba85

Monochromatic Colors of #38aeba

#38aeba

Complementary Color

#38aeba #ba4438

#38aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aeba Color CSS Codes

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

#38aeba Text Font Color

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

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


#38aeba Background Color

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

This div background color is #38aeba


#38aeba Border Color

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

This div border color is #38aeba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,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 #38aeba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aeba


Comments

No comments written yet.

Please login to write comment.