Color Hex Logo

#1999ec Color Hex

#1999EC
(25,153,236)
0 Favorites   0 Comments

Color spaces of #1999ec

RGB 25153236
HSL0.570.850.51
HSV204°89°93°
CMYK 0.890.350.00   0.07
XYZ26.932529.045383.5437
Yxy29.04530.19300.2082
Hunter Lab53.8937-5.1115-54.1832
CIE-Lab60.8216-2.7177-50.6460

#1999ec color RGB value is (25,153,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011001 11101100
Octal 31 231 354
Decimal 25 153 236
Hex 19 99 EC

RGB Percentages of Color #1999ec

%6.04
%36.96
%57.00

CMYK Percentages of Color #1999ec

%89
%35
%0
%7

Triadic Colors of #1999ec

#1999ec #ec1999 #99ec19

Analogous Colors of #1999ec

#1999ec #1930ec #19ecd6

Monochromatic Colors of #1999ec

#1999ec

Complementary Color

#1999ec #ec6c19

#1999ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1999ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1999ec Color CSS Codes

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

#1999ec Text Font Color

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

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


#1999ec Background Color

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

This div background color is #1999ec


#1999ec Border Color

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

This div border color is #1999ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,153,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 #1999ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1999ec


Comments

No comments written yet.

Please login to write comment.