Color Hex Logo

#1989ca Color Hex

#1989CA
(25,137,202)
0 Favorites   0 Comments

Color spaces of #1989ca

RGB 25137202
HSL0.560.780.45
HSV202°88°79°
CMYK 0.880.320.00   0.21
XYZ20.007222.362359.1390
Yxy22.36230.19710.2203
Hunter Lab47.2888-7.2346-41.0455
CIE-Lab54.4093-6.0576-41.7850

#1989ca color RGB value is (25,137,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001001 11001010
Octal 31 211 312
Decimal 25 137 202
Hex 19 89 CA

RGB Percentages of Color #1989ca

%6.87
%37.64
%55.49

CMYK Percentages of Color #1989ca

%88
%32
%0
%21

Triadic Colors of #1989ca

#1989ca #ca1989 #89ca19

Analogous Colors of #1989ca

#1989ca #1931ca #19cab3

Monochromatic Colors of #1989ca

#1989ca

Complementary Color

#1989ca #ca5a19

#1989ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1989ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1989ca Color CSS Codes

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

#1989ca Text Font Color

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

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


#1989ca Background Color

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

This div background color is #1989ca


#1989ca Border Color

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

This div border color is #1989ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1989ca


Comments

No comments written yet.

Please login to write comment.