Color Hex Logo

#38afbd Color Hex

#38AFBD
(56,175,189)
0 Favorites   0 Comments

Color spaces of #38afbd

RGB 56175189
HSL0.520.540.48
HSV186°70°74°
CMYK 0.700.070.00   0.26
XYZ26.146235.174853.5555
Yxy35.17480.22760.3062
Hunter Lab59.3083-25.0975-12.0231
CIE-Lab65.8845-27.7684-16.6940

#38afbd color RGB value is (56,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101111 10111101
Octal 70 257 275
Decimal 56 175 189
Hex 38 AF BD

RGB Percentages of Color #38afbd

%13.33
%41.67
%45.00

CMYK Percentages of Color #38afbd

%70
%7
%0
%26

Triadic Colors of #38afbd

#38afbd #bd38af #afbd38

Analogous Colors of #38afbd

#38afbd #386dbd #38bd89

Monochromatic Colors of #38afbd

#38afbd

Complementary Color

#38afbd #bd4638

#38afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38afbd Color CSS Codes

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

#38afbd Text Font Color

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

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


#38afbd Background Color

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

This div background color is #38afbd


#38afbd Border Color

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

This div border color is #38afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38afbd


Comments

No comments written yet.

Please login to write comment.