Color Hex Logo

#254465 Color Hex

#254465
(37,68,101)
0 Favorites   0 Comments

Color spaces of #254465

RGB 3768101
HSL0.590.460.27
HSV211°63°40°
CMYK 0.630.330.00   0.60
XYZ5.17905.467113.0942
Yxy5.46710.21820.2303
Hunter Lab23.3818-1.3810-16.8361
CIE-Lab28.0261-0.2110-22.8124

#254465 color RGB value is (37,68,101).

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

The process color (four color CMYK) of #254465 color hex is 0.63, 0.33, 0.00, 0.60. Web safe color of #254465 is #333366. Color #254465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000100 01100101
Octal 45 104 145
Decimal 37 68 101
Hex 25 44 65

RGB Percentages of Color #254465

%17.96
%33.01
%49.03

CMYK Percentages of Color #254465

%63
%33
%0
%60

Triadic Colors of #254465

#254465 #652544 #446525

Analogous Colors of #254465

#254465 #262565 #256465

Monochromatic Colors of #254465

#254465

Complementary Color

#254465 #654625

#254465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254465 Color CSS Codes

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

#254465 Text Font Color

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

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


#254465 Background Color

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

This div background color is #254465


#254465 Border Color

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

This div border color is #254465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254465


Comments

No comments written yet.

Please login to write comment.