Color Hex Logo

#25a3cc Color Hex

#25A3CC
(37,163,204)
0 Favorites   0 Comments

Color spaces of #25a3cc

RGB 37163204
HSL0.540.690.47
HSV195°82°80°
CMYK 0.820.200.00   0.20
XYZ24.759230.947361.7952
Yxy30.94730.21070.2634
Hunter Lab55.6303-17.9086-26.9193
CIE-Lab62.4631-18.8758-30.3065

#25a3cc color RGB value is (37,163,204).

#25a3cc hex color red value is 37, green value is 163 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #25a3cc hue: 0.54 , saturation: 0.69 and the lightness value of 25a3cc is 0.47.

The process color (four color CMYK) of #25a3cc color hex is 0.82, 0.20, 0.00, 0.20. Web safe color of #25a3cc is #3399cc. Color #25a3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10100011 11001100
Octal 45 243 314
Decimal 37 163 204
Hex 25 A3 CC

RGB Percentages of Color #25a3cc

%9.16
%40.35
%50.50

CMYK Percentages of Color #25a3cc

%82
%20
%0
%20

Triadic Colors of #25a3cc

#25a3cc #cc25a3 #a3cc25

Analogous Colors of #25a3cc

#25a3cc #2550cc #25cca2

Monochromatic Colors of #25a3cc

#25a3cc

Complementary Color

#25a3cc #cc4e25

#25a3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25a3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#25a3cc Color CSS Codes

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

#25a3cc Text Font Color

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

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


#25a3cc Background Color

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

This div background color is #25a3cc


#25a3cc Border Color

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

This div border color is #25a3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25a3cc


Comments

No comments written yet.

Please login to write comment.