Color Hex Logo

#25566b Color Hex

#25566B
(37,86,107)
0 Favorites   0 Comments

Color spaces of #25566b

RGB 3786107
HSL0.550.490.28
HSV198°65°42°
CMYK 0.650.200.00   0.58
XYZ6.74468.110415.1199
Yxy8.11040.22500.2706
Hunter Lab28.4788-7.5638-11.5430
CIE-Lab34.2118-9.4273-16.9962

#25566b color RGB value is (37,86,107).

#25566b hex color red value is 37, green value is 86 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #25566b hue: 0.55 , saturation: 0.49 and the lightness value of 25566b is 0.28.

The process color (four color CMYK) of #25566b color hex is 0.65, 0.20, 0.00, 0.58. Web safe color of #25566b is #336666. Color #25566b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010110 01101011
Octal 45 126 153
Decimal 37 86 107
Hex 25 56 6B

RGB Percentages of Color #25566b

%16.09
%37.39
%46.52

CMYK Percentages of Color #25566b

%65
%20
%0
%58

Triadic Colors of #25566b

#25566b #6b2556 #566b25

Analogous Colors of #25566b

#25566b #25336b #256b5d

Monochromatic Colors of #25566b

#25566b

Complementary Color

#25566b #6b3a25

#25566b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25566b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25566b Color CSS Codes

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

#25566b Text Font Color

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

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


#25566b Background Color

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

This div background color is #25566b


#25566b Border Color

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

This div border color is #25566b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25566b


Comments

No comments written yet.

Please login to write comment.