Color Hex Logo

#25906b Color Hex

#25906B
(37,144,107)
0 Favorites   0 Comments

Color spaces of #25906b

RGB 37144107
HSL0.440.590.35
HSV159°74°56°
CMYK 0.740.000.26   0.44
XYZ13.390121.401417.3351
Yxy21.40140.25690.4106
Hunter Lab46.2616-29.292310.1661
CIE-Lab53.3860-38.911011.2337

#25906b color RGB value is (37,144,107).

#25906b hex color red value is 37, green value is 144 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #25906b hue: 0.44 , saturation: 0.59 and the lightness value of 25906b is 0.35.

The process color (four color CMYK) of #25906b color hex is 0.74, 0.00, 0.26, 0.44. Web safe color of #25906b is #339966. Color #25906b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010000 01101011
Octal 45 220 153
Decimal 37 144 107
Hex 25 90 6B

RGB Percentages of Color #25906b

%12.85
%50.00
%37.15

CMYK Percentages of Color #25906b

%74
%0
%26
%44

Triadic Colors of #25906b

#25906b #6b2590 #906b25

Analogous Colors of #25906b

#25906b #258090 #259036

Monochromatic Colors of #25906b

#25906b

Complementary Color

#25906b #90254a

#25906b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25906b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25906b Color CSS Codes

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

#25906b Text Font Color

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

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


#25906b Background Color

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

This div background color is #25906b


#25906b Border Color

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

This div border color is #25906b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25906b


Comments

No comments written yet.

Please login to write comment.