Color Hex Logo

#1992ec Color Hex

#1992EC
(25,146,236)
0 Favorites   0 Comments

Color spaces of #1992ec

RGB 25146236
HSL0.570.850.51
HSV206°89°93°
CMYK 0.890.380.00   0.07
XYZ25.820126.820683.1729
Yxy26.82060.19010.1975
Hunter Lab51.7886-1.6358-58.9682
CIE-Lab58.80791.3767-53.8466

#1992ec color RGB value is (25,146,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010010 11101100
Octal 31 222 354
Decimal 25 146 236
Hex 19 92 EC

RGB Percentages of Color #1992ec

%6.14
%35.87
%57.99

CMYK Percentages of Color #1992ec

%89
%38
%0
%7

Triadic Colors of #1992ec

#1992ec #ec1992 #92ec19

Analogous Colors of #1992ec

#1992ec #1928ec #19ecdd

Monochromatic Colors of #1992ec

#1992ec

Complementary Color

#1992ec #ec7319

#1992ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1992ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1992ec Color CSS Codes

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

#1992ec Text Font Color

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

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


#1992ec Background Color

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

This div background color is #1992ec


#1992ec Border Color

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

This div border color is #1992ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1992ec


Comments

No comments written yet.

Please login to write comment.