Color Hex Logo

#25adaf Color Hex

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

Color spaces of #25adaf

RGB 37173175
HSL0.500.650.42
HSV181°79°69°
CMYK 0.790.010.00   0.31
XYZ23.444433.375645.7639
Yxy33.37560.22850.3253
Hunter Lab57.7716-28.6629-6.5266
CIE-Lab64.4639-33.2554-11.0827

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

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

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

Base Numbers

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

RGB Percentages of Color #25adaf

%9.61
%44.94
%45.45

CMYK Percentages of Color #25adaf

%79
%1
%0
%31

Triadic Colors of #25adaf

#25adaf #af25ad #adaf25

Analogous Colors of #25adaf

#25adaf #2568af #25af6c

Monochromatic Colors of #25adaf

#25adaf

Complementary Color

#25adaf #af2725

#25adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#25adaf Color CSS Codes

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

#25adaf Text Font Color

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

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


#25adaf Background Color

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

This div background color is #25adaf


#25adaf Border Color

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

This div border color is #25adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25adaf


Comments

No comments written yet.

Please login to write comment.