Color Hex Logo

#38888f Color Hex

#38888F
(56,136,143)
0 Favorites   0 Comments

Color spaces of #38888f

RGB 56136143
HSL0.510.440.39
HSV185°61°56°
CMYK 0.610.050.00   0.44
XYZ15.393020.432229.1191
Yxy20.43220.23700.3146
Hunter Lab45.2020-18.3174-6.5532
CIE-Lab52.3224-21.9522-11.0582

#38888f color RGB value is (56,136,143).

#38888f hex color red value is 56, green value is 136 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #38888f hue: 0.51 , saturation: 0.44 and the lightness value of 38888f is 0.39.

The process color (four color CMYK) of #38888f color hex is 0.61, 0.05, 0.00, 0.44. Web safe color of #38888f is #339999. Color #38888f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001000 10001111
Octal 70 210 217
Decimal 56 136 143
Hex 38 88 8F

RGB Percentages of Color #38888f

%16.72
%40.60
%42.69

CMYK Percentages of Color #38888f

%61
%5
%0
%44

Triadic Colors of #38888f

#38888f #8f3888 #888f38

Analogous Colors of #38888f

#38888f #385d8f #388f6b

Monochromatic Colors of #38888f

#38888f

Complementary Color

#38888f #8f3f38

#38888f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38888f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38888f Color CSS Codes

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

#38888f Text Font Color

<p style="color:#38888f">Text here</p>

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


#38888f Background Color

<div style="background-color:#38888f">
Div content here</div>

This div background color is #38888f


#38888f Border Color

<div style="border:3px solid #38888f">
Div here</div>

This div border color is #38888f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,136,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38888f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38888f;
  -webkit-box-shadow: 1px 1px 3px 2px #38888f;
  box-shadow:         1px 1px 3px 2px #38888f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38888f


Comments

No comments written yet.

Please login to write comment.