Color Hex Logo

#38aebe Color Hex

#38AEBE
(56,174,190)
0 Favorites   0 Comments

Color spaces of #38aebe

RGB 56174190
HSL0.520.540.48
HSV187°71°75°
CMYK 0.710.080.00   0.25
XYZ26.061234.830654.0646
Yxy34.83060.22670.3030
Hunter Lab59.0175-24.4577-13.0021
CIE-Lab65.6166-26.9661-17.6547

#38aebe color RGB value is (56,174,190).

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

The process color (four color CMYK) of #38aebe color hex is 0.71, 0.08, 0.00, 0.25. Web safe color of #38aebe is #3399cc. Color #38aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 10111110
Octal 70 256 276
Decimal 56 174 190
Hex 38 AE BE

RGB Percentages of Color #38aebe

%13.33
%41.43
%45.24

CMYK Percentages of Color #38aebe

%71
%8
%0
%25

Triadic Colors of #38aebe

#38aebe #be38ae #aebe38

Analogous Colors of #38aebe

#38aebe #386bbe #38be8b

Monochromatic Colors of #38aebe

#38aebe

Complementary Color

#38aebe #be4838

#38aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aebe Color CSS Codes

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

#38aebe Text Font Color

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

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


#38aebe Background Color

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

This div background color is #38aebe


#38aebe Border Color

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

This div border color is #38aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aebe


Comments

No comments written yet.

Please login to write comment.