Color Hex Logo

#385255 Color Hex

#385255
(56,82,85)
0 Favorites   0 Comments

Color spaces of #385255

RGB 568285
HSL0.520.210.28
HSV186°34°33°
CMYK 0.340.040.00   0.67
XYZ6.28797.53129.7166
Yxy7.53120.26720.3200
Hunter Lab27.4430-7.1264-1.7824
CIE-Lab32.9868-8.9294-4.9147

#385255 color RGB value is (56,82,85).

#385255 hex color red value is 56, green value is 82 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #385255 hue: 0.52 , saturation: 0.21 and the lightness value of 385255 is 0.28.

The process color (four color CMYK) of #385255 color hex is 0.34, 0.04, 0.00, 0.67. Web safe color of #385255 is #336666. Color #385255 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 01010101
Octal 70 122 125
Decimal 56 82 85
Hex 38 52 55

RGB Percentages of Color #385255

%25.11
%36.77
%38.12

CMYK Percentages of Color #385255

%34
%4
%0
%67

Triadic Colors of #385255

#385255 #553852 #525538

Analogous Colors of #385255

#385255 #384455 #38554a

Monochromatic Colors of #385255

#385255

Complementary Color

#385255 #553b38

#385255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385255 Color CSS Codes

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

#385255 Text Font Color

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

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


#385255 Background Color

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

This div background color is #385255


#385255 Border Color

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

This div border color is #385255


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,82,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385255; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385255;
  -webkit-box-shadow: 1px 1px 3px 2px #385255;
  box-shadow:         1px 1px 3px 2px #385255; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385255


Comments

No comments written yet.

Please login to write comment.