Color Hex Logo

#198edc Color Hex

#198EDC
(25,142,220)
0 Favorites   0 Comments

Color spaces of #198edc

RGB 25142220
HSL0.570.800.48
HSV204°89°86°
CMYK 0.890.350.00   0.14
XYZ22.992224.720071.2698
Yxy24.72000.19320.2078
Hunter Lab49.7192-4.4629-50.1856
CIE-Lab56.8016-2.2574-48.1315

#198edc color RGB value is (25,142,220).

#198edc hex color red value is 25, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #198edc hue: 0.57 , saturation: 0.80 and the lightness value of 198edc is 0.48.

The process color (four color CMYK) of #198edc color hex is 0.89, 0.35, 0.00, 0.14. Web safe color of #198edc is #0099cc. Color #198edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001110 11011100
Octal 31 216 334
Decimal 25 142 220
Hex 19 8E DC

RGB Percentages of Color #198edc

%6.46
%36.69
%56.85

CMYK Percentages of Color #198edc

%89
%35
%0
%14

Triadic Colors of #198edc

#198edc #dc198e #8edc19

Analogous Colors of #198edc

#198edc #192cdc #19dcc9

Monochromatic Colors of #198edc

#198edc

Complementary Color

#198edc #dc6719

#198edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#198edc Color CSS Codes

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

#198edc Text Font Color

<p style="color:#198edc">Text here</p>

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


#198edc Background Color

<div style="background-color:#198edc">
Div content here</div>

This div background color is #198edc


#198edc Border Color

<div style="border:3px solid #198edc">
Div here</div>

This div border color is #198edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,142,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #198edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #198edc;
  -webkit-box-shadow: 1px 1px 3px 2px #198edc;
  box-shadow:         1px 1px 3px 2px #198edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198edc


Comments

No comments written yet.

Please login to write comment.