Color Hex Logo

#1994ce Color Hex

#1994CE
(25,148,206)
0 Favorites   0 Comments

Color spaces of #1994ce

RGB 25148206
HSL0.550.780.45
HSV199°88°81°
CMYK 0.880.280.00   0.19
XYZ22.131425.842762.2142
Yxy25.84270.20090.2345
Hunter Lab50.8357-11.2523-36.9758
CIE-Lab57.8874-10.8753-38.5690

#1994ce color RGB value is (25,148,206).

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

The process color (four color CMYK) of #1994ce color hex is 0.88, 0.28, 0.00, 0.19. Web safe color of #1994ce is #0099cc. Color #1994ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010100 11001110
Octal 31 224 316
Decimal 25 148 206
Hex 19 94 CE

RGB Percentages of Color #1994ce

%6.60
%39.05
%54.35

CMYK Percentages of Color #1994ce

%88
%28
%0
%19

Triadic Colors of #1994ce

#1994ce #ce1994 #94ce19

Analogous Colors of #1994ce

#1994ce #193ace #19ceae

Monochromatic Colors of #1994ce

#1994ce

Complementary Color

#1994ce #ce5319

#1994ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1994ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1994ce Color CSS Codes

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

#1994ce Text Font Color

<p style="color:#1994ce">Text here</p>

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


#1994ce Background Color

<div style="background-color:#1994ce">
Div content here</div>

This div background color is #1994ce


#1994ce Border Color

<div style="border:3px solid #1994ce">
Div here</div>

This div border color is #1994ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,148,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1994ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1994ce;
  -webkit-box-shadow: 1px 1px 3px 2px #1994ce;
  box-shadow:         1px 1px 3px 2px #1994ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1994ce


Comments

No comments written yet.

Please login to write comment.