Color Hex Logo

#25adcd Color Hex

#25ADCD
(37,173,205)
0 Favorites   0 Comments

Color spaces of #25adcd

RGB 37173205
HSL0.530.690.47
HSV191°82°80°
CMYK 0.820.160.00   0.20
XYZ26.726034.688263.0445
Yxy34.68820.21470.2787
Hunter Lab58.8967-22.0699-22.2378
CIE-Lab65.5052-23.7472-26.1700

#25adcd color RGB value is (37,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101101 11001101
Octal 45 255 315
Decimal 37 173 205
Hex 25 AD CD

RGB Percentages of Color #25adcd

%8.92
%41.69
%49.40

CMYK Percentages of Color #25adcd

%82
%16
%0
%20

Triadic Colors of #25adcd

#25adcd #cd25ad #adcd25

Analogous Colors of #25adcd

#25adcd #2559cd #25cd99

Monochromatic Colors of #25adcd

#25adcd

Complementary Color

#25adcd #cd4525

#25adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25adcd Color CSS Codes

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

#25adcd Text Font Color

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

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


#25adcd Background Color

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

This div background color is #25adcd


#25adcd Border Color

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

This div border color is #25adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25adcd


Comments

No comments written yet.

Please login to write comment.