Color Hex Logo

#25a3db Color Hex

#25A3DB
(37,163,219)
0 Favorites   0 Comments

Color spaces of #25a3db

RGB 37163219
HSL0.550.720.50
HSV198°83°86°
CMYK 0.830.260.00   0.14
XYZ26.646331.702271.7326
Yxy31.70220.20480.2437
Hunter Lab56.3047-14.0578-36.1226
CIE-Lab63.0960-13.6886-37.6541

#25a3db color RGB value is (37,163,219).

#25a3db hex color red value is 37, green value is 163 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #25a3db hue: 0.55 , saturation: 0.72 and the lightness value of 25a3db is 0.50.

The process color (four color CMYK) of #25a3db color hex is 0.83, 0.26, 0.00, 0.14. Web safe color of #25a3db is #3399cc. Color #25a3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10100011 11011011
Octal 45 243 333
Decimal 37 163 219
Hex 25 A3 DB

RGB Percentages of Color #25a3db

%8.83
%38.90
%52.27

CMYK Percentages of Color #25a3db

%83
%26
%0
%14

Triadic Colors of #25a3db

#25a3db #db25a3 #a3db25

Analogous Colors of #25a3db

#25a3db #2548db #25dbb8

Monochromatic Colors of #25a3db

#25a3db

Complementary Color

#25a3db #db5d25

#25a3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25a3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#25a3db Color CSS Codes

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

#25a3db Text Font Color

<p style="color:#25a3db">Text here</p>

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


#25a3db Background Color

<div style="background-color:#25a3db">
Div content here</div>

This div background color is #25a3db


#25a3db Border Color

<div style="border:3px solid #25a3db">
Div here</div>

This div border color is #25a3db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,163,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25a3db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25a3db;
  -webkit-box-shadow: 1px 1px 3px 2px #25a3db;
  box-shadow:         1px 1px 3px 2px #25a3db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,163,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25a3db


Comments

No comments written yet.

Please login to write comment.