Color Hex Logo

#1999ca Color Hex

#1999CA
(25,153,202)
0 Favorites   0 Comments

Color spaces of #1999ca

RGB 25153202
HSL0.550.780.45
HSV197°88°79°
CMYK 0.880.240.00   0.21
XYZ22.452827.253459.9542
Yxy27.25340.20470.2485
Hunter Lab52.2048-14.5872-31.5478
CIE-Lab59.2081-15.0861-34.2575

#1999ca color RGB value is (25,153,202).

#1999ca hex color red value is 25, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1999ca hue: 0.55 , saturation: 0.78 and the lightness value of 1999ca is 0.45.

The process color (four color CMYK) of #1999ca color hex is 0.88, 0.24, 0.00, 0.21. Web safe color of #1999ca is #0099cc. Color #1999ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011001 11001010
Octal 31 231 312
Decimal 25 153 202
Hex 19 99 CA

RGB Percentages of Color #1999ca

%6.58
%40.26
%53.16

CMYK Percentages of Color #1999ca

%88
%24
%0
%21

Triadic Colors of #1999ca

#1999ca #ca1999 #99ca19

Analogous Colors of #1999ca

#1999ca #1941ca #19caa3

Monochromatic Colors of #1999ca

#1999ca

Complementary Color

#1999ca #ca4a19

#1999ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1999ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1999ca Color CSS Codes

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

#1999ca Text Font Color

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

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


#1999ca Background Color

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

This div background color is #1999ca


#1999ca Border Color

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

This div border color is #1999ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1999ca


Comments

No comments written yet.

Please login to write comment.