Color Hex Logo

#25afad Color Hex

#25AFAD
(37,175,173)
0 Favorites   0 Comments

Color spaces of #25afad

RGB 37175173
HSL0.500.650.42
HSV179°79°69°
CMYK 0.790.000.01   0.31
XYZ23.635734.070444.8657
Yxy34.07040.23040.3322
Hunter Lab58.3699-29.8673-4.7141
CIE-Lab65.0184-34.7950-9.1400

#25afad color RGB value is (37,175,173).

#25afad hex color red value is 37, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #25afad hue: 0.50 , saturation: 0.65 and the lightness value of 25afad is 0.42.

The process color (four color CMYK) of #25afad color hex is 0.79, 0.00, 0.01, 0.31. Web safe color of #25afad is #339999. Color #25afad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101111 10101101
Octal 45 257 255
Decimal 37 175 173
Hex 25 AF AD

RGB Percentages of Color #25afad

%9.61
%45.45
%44.94

CMYK Percentages of Color #25afad

%79
%0
%1
%31

Triadic Colors of #25afad

#25afad #ad25af #afad25

Analogous Colors of #25afad

#25afad #256caf #25af68

Monochromatic Colors of #25afad

#25afad

Complementary Color

#25afad #af2527

#25afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#25afad Color CSS Codes

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

#25afad Text Font Color

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

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


#25afad Background Color

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

This div background color is #25afad


#25afad Border Color

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

This div border color is #25afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25afad


Comments

No comments written yet.

Please login to write comment.