Color Hex Logo

#38afbe Color Hex

#38AFBE
(56,175,190)
0 Favorites   0 Comments

Color spaces of #38afbe

RGB 56175190
HSL0.520.540.48
HSV187°71°75°
CMYK 0.710.080.00   0.25
XYZ26.255135.218454.1292
Yxy35.21840.22710.3047
Hunter Lab59.3451-24.8830-12.5374
CIE-Lab65.9184-27.4633-17.1975

#38afbe color RGB value is (56,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101111 10111110
Octal 70 257 276
Decimal 56 175 190
Hex 38 AF BE

RGB Percentages of Color #38afbe

%13.30
%41.57
%45.13

CMYK Percentages of Color #38afbe

%71
%8
%0
%25

Triadic Colors of #38afbe

#38afbe #be38af #afbe38

Analogous Colors of #38afbe

#38afbe #386cbe #38be8a

Monochromatic Colors of #38afbe

#38afbe

Complementary Color

#38afbe #be4738

#38afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38afbe Color CSS Codes

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

#38afbe Text Font Color

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

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


#38afbe Background Color

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

This div background color is #38afbe


#38afbe Border Color

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

This div border color is #38afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38afbe


Comments

No comments written yet.

Please login to write comment.