Color Hex Logo

#1992ea Color Hex

#1992EA
(25,146,234)
0 Favorites   0 Comments

Color spaces of #1992ea

RGB 25146234
HSL0.570.830.51
HSV205°89°92°
CMYK 0.890.380.00   0.08
XYZ25.531126.705081.6508
Yxy26.70500.19070.1995
Hunter Lab51.6769-2.2461-57.5059
CIE-Lab58.70030.6280-52.9100

#1992ea color RGB value is (25,146,234).

#1992ea hex color red value is 25, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1992ea hue: 0.57 , saturation: 0.83 and the lightness value of 1992ea is 0.51.

The process color (four color CMYK) of #1992ea color hex is 0.89, 0.38, 0.00, 0.08. Web safe color of #1992ea is #0099ff. Color #1992ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010010 11101010
Octal 31 222 352
Decimal 25 146 234
Hex 19 92 EA

RGB Percentages of Color #1992ea

%6.17
%36.05
%57.78

CMYK Percentages of Color #1992ea

%89
%38
%0
%8

Triadic Colors of #1992ea

#1992ea #ea1992 #92ea19

Analogous Colors of #1992ea

#1992ea #1929ea #19eada

Monochromatic Colors of #1992ea

#1992ea

Complementary Color

#1992ea #ea7119

#1992ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1992ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1992ea Color CSS Codes

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

#1992ea Text Font Color

<p style="color:#1992ea">Text here</p>

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


#1992ea Background Color

<div style="background-color:#1992ea">
Div content here</div>

This div background color is #1992ea


#1992ea Border Color

<div style="border:3px solid #1992ea">
Div here</div>

This div border color is #1992ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,146,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1992ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1992ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1992ea;
  box-shadow:         1px 1px 3px 2px #1992ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1992ea


Comments

No comments written yet.

Please login to write comment.