Color Hex Logo

#1997ef Color Hex

#1997EF
(25,151,239)
0 Favorites   0 Comments

Color spaces of #1997ef

RGB 25151239
HSL0.570.870.52
HSV205°90°94°
CMYK 0.900.370.00   0.06
XYZ27.047528.571985.7507
Yxy28.57190.19130.2021
Hunter Lab53.4527-3.2197-57.6982
CIE-Lab60.4019-0.4421-52.9678

#1997ef color RGB value is (25,151,239).

#1997ef hex color red value is 25, green value is 151 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1997ef hue: 0.57 , saturation: 0.87 and the lightness value of 1997ef is 0.52.

The process color (four color CMYK) of #1997ef color hex is 0.90, 0.37, 0.00, 0.06. Web safe color of #1997ef is #0099ff. Color #1997ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010111 11101111
Octal 31 227 357
Decimal 25 151 239
Hex 19 97 EF

RGB Percentages of Color #1997ef

%6.02
%36.39
%57.59

CMYK Percentages of Color #1997ef

%90
%37
%0
%6

Triadic Colors of #1997ef

#1997ef #ef1997 #97ef19

Analogous Colors of #1997ef

#1997ef #192cef #19efdc

Monochromatic Colors of #1997ef

#1997ef

Complementary Color

#1997ef #ef7119

#1997ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1997ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1997ef Color CSS Codes

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

#1997ef Text Font Color

<p style="color:#1997ef">Text here</p>

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


#1997ef Background Color

<div style="background-color:#1997ef">
Div content here</div>

This div background color is #1997ef


#1997ef Border Color

<div style="border:3px solid #1997ef">
Div here</div>

This div border color is #1997ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,151,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1997ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1997ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1997ef;
  box-shadow:         1px 1px 3px 2px #1997ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1997ef


Comments

No comments written yet.

Please login to write comment.