Color Hex Logo

#254355 Color Hex

#254355
(37,67,85)
0 Favorites   0 Comments

Color spaces of #254355

RGB 376785
HSL0.560.390.24
HSV203°56°33°
CMYK 0.560.210.00   0.67
XYZ4.40985.06359.3393
Yxy5.06350.23440.2692
Hunter Lab22.5022-4.3979-8.8561
CIE-Lab26.9149-5.3131-14.2114

#254355 color RGB value is (37,67,85).

#254355 hex color red value is 37, green value is 67 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #254355 hue: 0.56 , saturation: 0.39 and the lightness value of 254355 is 0.24.

The process color (four color CMYK) of #254355 color hex is 0.56, 0.21, 0.00, 0.67. Web safe color of #254355 is #333366. Color #254355 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000011 01010101
Octal 45 103 125
Decimal 37 67 85
Hex 25 43 55

RGB Percentages of Color #254355

%19.58
%35.45
%44.97

CMYK Percentages of Color #254355

%56
%21
%0
%67

Triadic Colors of #254355

#254355 #552543 #435525

Analogous Colors of #254355

#254355 #252b55 #25554f

Monochromatic Colors of #254355

#254355

Complementary Color

#254355 #553725

#254355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254355 Color CSS Codes

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

#254355 Text Font Color

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

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


#254355 Background Color

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

This div background color is #254355


#254355 Border Color

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

This div border color is #254355


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,67,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 #254355">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254355


Comments

No comments written yet.

Please login to write comment.