Color Hex Logo

#255864 Color Hex

#255864
(37,88,100)
0 Favorites   0 Comments

Color spaces of #255864

RGB 3788100
HSL0.530.460.27
HSV191°63°39°
CMYK 0.630.120.00   0.61
XYZ6.55298.292913.3119
Yxy8.29290.23270.2945
Hunter Lab28.7974-9.7774-7.2493
CIE-Lab34.5856-13.0187-12.0471

#255864 color RGB value is (37,88,100).

#255864 hex color red value is 37, green value is 88 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #255864 hue: 0.53 , saturation: 0.46 and the lightness value of 255864 is 0.27.

The process color (four color CMYK) of #255864 color hex is 0.63, 0.12, 0.00, 0.61. Web safe color of #255864 is #336666. Color #255864 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011000 01100100
Octal 45 130 144
Decimal 37 88 100
Hex 25 58 64

RGB Percentages of Color #255864

%16.44
%39.11
%44.44

CMYK Percentages of Color #255864

%63
%12
%0
%61

Triadic Colors of #255864

#255864 #642558 #586425

Analogous Colors of #255864

#255864 #253964 #256451

Monochromatic Colors of #255864

#255864

Complementary Color

#255864 #643125

#255864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255864 Color CSS Codes

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

#255864 Text Font Color

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

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


#255864 Background Color

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

This div background color is #255864


#255864 Border Color

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

This div border color is #255864


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,88,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255864; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255864;
  -webkit-box-shadow: 1px 1px 3px 2px #255864;
  box-shadow:         1px 1px 3px 2px #255864; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,88,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255864


Comments

No comments written yet.

Please login to write comment.