Color Hex Logo

#1998cd Color Hex

#1998CD
(25,152,205)
0 Favorites   0 Comments

Color spaces of #1998cd

RGB 25152205
HSL0.550.780.45
HSV198°88°80°
CMYK 0.880.260.00   0.20
XYZ22.648627.070961.7891
Yxy27.07090.20310.2428
Hunter Lab52.0297-13.3507-33.9904
CIE-Lab59.0399-13.4650-36.2032

#1998cd color RGB value is (25,152,205).

#1998cd hex color red value is 25, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1998cd hue: 0.55 , saturation: 0.78 and the lightness value of 1998cd is 0.45.

The process color (four color CMYK) of #1998cd color hex is 0.88, 0.26, 0.00, 0.20. Web safe color of #1998cd is #0099cc. Color #1998cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011000 11001101
Octal 31 230 315
Decimal 25 152 205
Hex 19 98 CD

RGB Percentages of Color #1998cd

%6.54
%39.79
%53.66

CMYK Percentages of Color #1998cd

%88
%26
%0
%20

Triadic Colors of #1998cd

#1998cd #cd1998 #98cd19

Analogous Colors of #1998cd

#1998cd #193ecd #19cda8

Monochromatic Colors of #1998cd

#1998cd

Complementary Color

#1998cd #cd4e19

#1998cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1998cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1998cd Color CSS Codes

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

#1998cd Text Font Color

<p style="color:#1998cd">Text here</p>

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


#1998cd Background Color

<div style="background-color:#1998cd">
Div content here</div>

This div background color is #1998cd


#1998cd Border Color

<div style="border:3px solid #1998cd">
Div here</div>

This div border color is #1998cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,152,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1998cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1998cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1998cd;
  box-shadow:         1px 1px 3px 2px #1998cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1998cd


Comments

No comments written yet.

Please login to write comment.