Color Hex Logo

#1984ed Color Hex

#1984ED
(25,132,237)
0 Favorites   0 Comments

Color spaces of #1984ed

RGB 25132237
HSL0.580.850.51
HSV210°89°93°
CMYK 0.890.440.00   0.07
XYZ23.938222.823683.2645
Yxy22.82360.18410.1755
Hunter Lab47.77415.8366-69.8936
CIE-Lab54.890210.1969-60.6684

#1984ed color RGB value is (25,132,237).

#1984ed hex color red value is 25, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1984ed hue: 0.58 , saturation: 0.85 and the lightness value of 1984ed is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000100 11101101
Octal 31 204 355
Decimal 25 132 237
Hex 19 84 ED

RGB Percentages of Color #1984ed

%6.35
%33.50
%60.15

CMYK Percentages of Color #1984ed

%89
%44
%0
%7

Triadic Colors of #1984ed

#1984ed #ed1984 #84ed19

Analogous Colors of #1984ed

#1984ed #191aed #19edec

Monochromatic Colors of #1984ed

#1984ed

Complementary Color

#1984ed #ed8219

#1984ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1984ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1984ed Color CSS Codes

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

#1984ed Text Font Color

<p style="color:#1984ed">Text here</p>

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


#1984ed Background Color

<div style="background-color:#1984ed">
Div content here</div>

This div background color is #1984ed


#1984ed Border Color

<div style="border:3px solid #1984ed">
Div here</div>

This div border color is #1984ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,132,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1984ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1984ed;
  -webkit-box-shadow: 1px 1px 3px 2px #1984ed;
  box-shadow:         1px 1px 3px 2px #1984ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1984ed


Comments

No comments written yet.

Please login to write comment.