Color Hex Logo

#25afdf Color Hex

#25AFDF
(37,175,223)
0 Favorites   0 Comments

Color spaces of #25afdf

RGB 37175223
HSL0.540.740.51
HSV195°83°87°
CMYK 0.830.220.00   0.13
XYZ29.412236.381075.2841
Yxy36.38100.20850.2579
Hunter Lab60.3167-18.5123-31.7810
CIE-Lab66.8100-18.7454-34.0766

#25afdf color RGB value is (37,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101111 11011111
Octal 45 257 337
Decimal 37 175 223
Hex 25 AF DF

RGB Percentages of Color #25afdf

%8.51
%40.23
%51.26

CMYK Percentages of Color #25afdf

%83
%22
%0
%13

Triadic Colors of #25afdf

#25afdf #df25af #afdf25

Analogous Colors of #25afdf

#25afdf #2552df #25dfb2

Monochromatic Colors of #25afdf

#25afdf

Complementary Color

#25afdf #df5525

#25afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#25afdf Color CSS Codes

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

#25afdf Text Font Color

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

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


#25afdf Background Color

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

This div background color is #25afdf


#25afdf Border Color

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

This div border color is #25afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25afdf


Comments

No comments written yet.

Please login to write comment.