Color Hex Logo

#25434b Color Hex

#25434B
(37,67,75)
0 Favorites   0 Comments

Color spaces of #25434b

RGB 376775
HSL0.540.340.22
HSV193°51°29°
CMYK 0.510.110.00   0.71
XYZ4.04014.91567.3925
Yxy4.91560.24710.3007
Hunter Lab22.1712-6.2727-4.2492
CIE-Lab26.4929-8.6623-8.3270

#25434b color RGB value is (37,67,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000011 01001011
Octal 45 103 113
Decimal 37 67 75
Hex 25 43 4B

RGB Percentages of Color #25434b

%20.67
%37.43
%41.90

CMYK Percentages of Color #25434b

%51
%11
%0
%71

Triadic Colors of #25434b

#25434b #4b2543 #434b25

Analogous Colors of #25434b

#25434b #25304b #254b40

Monochromatic Colors of #25434b

#25434b

Complementary Color

#25434b #4b2d25

#25434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25434b Color CSS Codes

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

#25434b Text Font Color

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

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


#25434b Background Color

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

This div background color is #25434b


#25434b Border Color

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

This div border color is #25434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25434b


Comments

No comments written yet.

Please login to write comment.