Color Hex Logo

#1988eb Color Hex

#1988EB
(25,136,235)
0 Favorites   0 Comments

Color spaces of #1988eb

RGB 25136235
HSL0.580.840.51
HSV208°89°92°
CMYK 0.890.420.00   0.08
XYZ24.200523.813281.9182
Yxy23.81320.18630.1833
Hunter Lab48.79883.1247-65.3706
CIE-Lab55.90036.9921-57.9357

#1988eb color RGB value is (25,136,235).

#1988eb hex color red value is 25, green value is 136 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1988eb hue: 0.58 , saturation: 0.84 and the lightness value of 1988eb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001000 11101011
Octal 31 210 353
Decimal 25 136 235
Hex 19 88 EB

RGB Percentages of Color #1988eb

%6.31
%34.34
%59.34

CMYK Percentages of Color #1988eb

%89
%42
%0
%8

Triadic Colors of #1988eb

#1988eb #eb1988 #88eb19

Analogous Colors of #1988eb

#1988eb #191feb #19ebe5

Monochromatic Colors of #1988eb

#1988eb

Complementary Color

#1988eb #eb7c19

#1988eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1988eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1988eb Color CSS Codes

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

#1988eb Text Font Color

<p style="color:#1988eb">Text here</p>

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


#1988eb Background Color

<div style="background-color:#1988eb">
Div content here</div>

This div background color is #1988eb


#1988eb Border Color

<div style="border:3px solid #1988eb">
Div here</div>

This div border color is #1988eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,136,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1988eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1988eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1988eb;
  box-shadow:         1px 1px 3px 2px #1988eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1988eb


Comments

No comments written yet.

Please login to write comment.