Color Hex Logo

#25c4ab Color Hex

#25C4AB
(37,196,171)
0 Favorites   0 Comments

Color spaces of #25c4ab

RGB 37196171
HSL0.470.680.46
HSV171°81°77°
CMYK 0.810.000.13   0.23
XYZ27.853642.813445.3239
Yxy42.81340.24010.3691
Hunter Lab65.4319-38.52064.7329
CIE-Lab71.4281-44.73361.4063

#25c4ab color RGB value is (37,196,171).

#25c4ab hex color red value is 37, green value is 196 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #25c4ab hue: 0.47 , saturation: 0.68 and the lightness value of 25c4ab is 0.46.

The process color (four color CMYK) of #25c4ab color hex is 0.81, 0.00, 0.13, 0.23. Web safe color of #25c4ab is #33cc99. Color #25c4ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11000100 10101011
Octal 45 304 253
Decimal 37 196 171
Hex 25 C4 AB

RGB Percentages of Color #25c4ab

%9.16
%48.51
%42.33

CMYK Percentages of Color #25c4ab

%81
%0
%13
%23

Triadic Colors of #25c4ab

#25c4ab #ab25c4 #c4ab25

Analogous Colors of #25c4ab

#25c4ab #258ec4 #25c45c

Monochromatic Colors of #25c4ab

#25c4ab

Complementary Color

#25c4ab #c4253e

#25c4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25c4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#25c4ab Color CSS Codes

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

#25c4ab Text Font Color

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

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


#25c4ab Background Color

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

This div background color is #25c4ab


#25c4ab Border Color

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

This div border color is #25c4ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,196,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 #25c4ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25c4ab


Comments

No comments written yet.

Please login to write comment.