Color Hex Logo

#25afde Color Hex

#25AFDE
(37,175,222)
0 Favorites   0 Comments

Color spaces of #25afde

RGB 37175222
HSL0.540.740.51
HSV195°83°87°
CMYK 0.830.210.00   0.13
XYZ29.277736.327274.5760
Yxy36.32720.20890.2591
Hunter Lab60.2720-18.7681-31.1705
CIE-Lab66.7692-19.0856-33.5907

#25afde color RGB value is (37,175,222).

#25afde hex color red value is 37, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #25afde hue: 0.54 , saturation: 0.74 and the lightness value of 25afde is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101111 11011110
Octal 45 257 336
Decimal 37 175 222
Hex 25 AF DE

RGB Percentages of Color #25afde

%8.53
%40.32
%51.15

CMYK Percentages of Color #25afde

%83
%21
%0
%13

Triadic Colors of #25afde

#25afde #de25af #afde25

Analogous Colors of #25afde

#25afde #2552de #25deb1

Monochromatic Colors of #25afde

#25afde

Complementary Color

#25afde #de5425

#25afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#25afde Color CSS Codes

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

#25afde Text Font Color

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

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


#25afde Background Color

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

This div background color is #25afde


#25afde Border Color

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

This div border color is #25afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25afde


Comments

No comments written yet.

Please login to write comment.