Color Hex Logo

#19957d Color Hex

#19957D
(25,149,125)
0 Favorites   0 Comments

Color spaces of #19957d

RGB 25149125
HSL0.470.710.34
HSV168°83°58°
CMYK 0.830.000.16   0.42
XYZ14.850023.182223.0940
Yxy23.18220.24290.3793
Hunter Lab48.1479-29.20505.2653
CIE-Lab55.2595-37.85543.5880

#19957d color RGB value is (25,149,125).

#19957d hex color red value is 25, green value is 149 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #19957d hue: 0.47 , saturation: 0.71 and the lightness value of 19957d is 0.34.

The process color (four color CMYK) of #19957d color hex is 0.83, 0.00, 0.16, 0.42. Web safe color of #19957d is #009966. Color #19957d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010101 01111101
Octal 31 225 175
Decimal 25 149 125
Hex 19 95 7D

RGB Percentages of Color #19957d

%8.36
%49.83
%41.81

CMYK Percentages of Color #19957d

%83
%0
%16
%42

Triadic Colors of #19957d

#19957d #7d1995 #957d19

Analogous Colors of #19957d

#19957d #196f95 #19953f

Monochromatic Colors of #19957d

#19957d

Complementary Color

#19957d #951931

#19957d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19957d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19957d Color CSS Codes

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

#19957d Text Font Color

<p style="color:#19957d">Text here</p>

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


#19957d Background Color

<div style="background-color:#19957d">
Div content here</div>

This div background color is #19957d


#19957d Border Color

<div style="border:3px solid #19957d">
Div here</div>

This div border color is #19957d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,149,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19957d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19957d;
  -webkit-box-shadow: 1px 1px 3px 2px #19957d;
  box-shadow:         1px 1px 3px 2px #19957d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,149,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19957d


Comments

No comments written yet.

Please login to write comment.