Color Hex Logo

#254265 Color Hex

#254265
(37,66,101)
0 Favorites   0 Comments

Color spaces of #254265

RGB 3766101
HSL0.590.460.27
HSV213°63°40°
CMYK 0.630.350.00   0.60
XYZ5.06015.229313.0546
Yxy5.22930.21680.2240
Hunter Lab22.8677-0.5204-17.8399
CIE-Lab27.37831.1194-23.8297

#254265 color RGB value is (37,66,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000010 01100101
Octal 45 102 145
Decimal 37 66 101
Hex 25 42 65

RGB Percentages of Color #254265

%18.14
%32.35
%49.51

CMYK Percentages of Color #254265

%63
%35
%0
%60

Triadic Colors of #254265

#254265 #652542 #426525

Analogous Colors of #254265

#254265 #282565 #256265

Monochromatic Colors of #254265

#254265

Complementary Color

#254265 #654825

#254265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254265 Color CSS Codes

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

#254265 Text Font Color

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

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


#254265 Background Color

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

This div background color is #254265


#254265 Border Color

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

This div border color is #254265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254265


Comments

No comments written yet.

Please login to write comment.