Color Hex Logo

#25354b Color Hex

#25354B
(37,53,75)
0 Favorites   0 Comments

Color spaces of #25354b

RGB 375375
HSL0.600.340.22
HSV215°51°29°
CMYK 0.510.290.00   0.71
XYZ3.30613.44757.1478
Yxy3.44750.23780.2480
Hunter Lab18.5674-0.7095-9.8273
CIE-Lab21.75370.4845-15.5877

#25354b color RGB value is (37,53,75).

#25354b hex color red value is 37, green value is 53 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #25354b hue: 0.60 , saturation: 0.34 and the lightness value of 25354b is 0.22.

The process color (four color CMYK) of #25354b color hex is 0.51, 0.29, 0.00, 0.71. Web safe color of #25354b is #333333. Color #25354b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110101 01001011
Octal 45 65 113
Decimal 37 53 75
Hex 25 35 4B

RGB Percentages of Color #25354b

%22.42
%32.12
%45.45

CMYK Percentages of Color #25354b

%51
%29
%0
%71

Triadic Colors of #25354b

#25354b #4b2535 #354b25

Analogous Colors of #25354b

#25354b #28254b #25484b

Monochromatic Colors of #25354b

#25354b

Complementary Color

#25354b #4b3b25

#25354b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25354b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25354b Color CSS Codes

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

#25354b Text Font Color

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

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


#25354b Background Color

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

This div background color is #25354b


#25354b Border Color

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

This div border color is #25354b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,53,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25354b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25354b;
  -webkit-box-shadow: 1px 1px 3px 2px #25354b;
  box-shadow:         1px 1px 3px 2px #25354b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25354b


Comments

No comments written yet.

Please login to write comment.