Color Hex Logo

#25acab Color Hex

#25ACAB
(37,172,171)
0 Favorites   0 Comments

Color spaces of #25acab

RGB 37172171
HSL0.500.650.41
HSV180°78°67°
CMYK 0.780.000.01   0.33
XYZ22.866232.838643.6614
Yxy32.83860.23010.3305
Hunter Lab57.3050-29.0575-5.0603
CIE-Lab64.0300-33.9845-9.5004

#25acab color RGB value is (37,172,171).

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

The process color (four color CMYK) of #25acab color hex is 0.78, 0.00, 0.01, 0.33. Web safe color of #25acab is #339999. Color #25acab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101100 10101011
Octal 45 254 253
Decimal 37 172 171
Hex 25 AC AB

RGB Percentages of Color #25acab

%9.74
%45.26
%45.00

CMYK Percentages of Color #25acab

%78
%0
%1
%33

Triadic Colors of #25acab

#25acab #ab25ac #acab25

Analogous Colors of #25acab

#25acab #256aac #25ac68

Monochromatic Colors of #25acab

#25acab

Complementary Color

#25acab #ac2526

#25acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#25acab Color CSS Codes

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

#25acab Text Font Color

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

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


#25acab Background Color

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

This div background color is #25acab


#25acab Border Color

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

This div border color is #25acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25acab


Comments

No comments written yet.

Please login to write comment.