Color Hex Logo

#25949b Color Hex

#25949B
(37,148,155)
0 Favorites   0 Comments

Color spaces of #25949b

RGB 37148155
HSL0.510.610.38
HSV184°76°61°
CMYK 0.760.050.00   0.39
XYZ17.269223.939734.7210
Yxy23.93970.22740.3153
Hunter Lab48.9282-22.6228-7.8243
CIE-Lab56.0274-27.2706-12.4537

#25949b color RGB value is (37,148,155).

#25949b hex color red value is 37, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #25949b hue: 0.51 , saturation: 0.61 and the lightness value of 25949b is 0.38.

The process color (four color CMYK) of #25949b color hex is 0.76, 0.05, 0.00, 0.39. Web safe color of #25949b is #339999. Color #25949b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010100 10011011
Octal 45 224 233
Decimal 37 148 155
Hex 25 94 9B

RGB Percentages of Color #25949b

%10.88
%43.53
%45.59

CMYK Percentages of Color #25949b

%76
%5
%0
%39

Triadic Colors of #25949b

#25949b #9b2594 #949b25

Analogous Colors of #25949b

#25949b #25599b #259b67

Monochromatic Colors of #25949b

#25949b

Complementary Color

#25949b #9b2c25

#25949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25949b Color CSS Codes

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

#25949b Text Font Color

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

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


#25949b Background Color

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

This div background color is #25949b


#25949b Border Color

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

This div border color is #25949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25949b


Comments

No comments written yet.

Please login to write comment.