Color Hex Logo

#25ceaf Color Hex

#25CEAF
(37,206,175)
0 Favorites   0 Comments

Color spaces of #25ceaf

RGB 37206175
HSL0.470.700.48
HSV169°82°81°
CMYK 0.820.000.15   0.19
XYZ30.572147.631148.1398
Yxy47.63110.24200.3770
Hunter Lab69.0153-41.70566.9545
CIE-Lab74.5917-47.89843.8300

#25ceaf color RGB value is (37,206,175).

#25ceaf hex color red value is 37, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #25ceaf hue: 0.47 , saturation: 0.70 and the lightness value of 25ceaf is 0.48.

The process color (four color CMYK) of #25ceaf color hex is 0.82, 0.00, 0.15, 0.19. Web safe color of #25ceaf is #33cc99. Color #25ceaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001110 10101111
Octal 45 316 257
Decimal 37 206 175
Hex 25 CE AF

RGB Percentages of Color #25ceaf

%8.85
%49.28
%41.87

CMYK Percentages of Color #25ceaf

%82
%0
%15
%19

Triadic Colors of #25ceaf

#25ceaf #af25ce #ceaf25

Analogous Colors of #25ceaf

#25ceaf #2599ce #25ce5b

Monochromatic Colors of #25ceaf

#25ceaf

Complementary Color

#25ceaf #ce2544

#25ceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ceaf Color CSS Codes

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

#25ceaf Text Font Color

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

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


#25ceaf Background Color

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

This div background color is #25ceaf


#25ceaf Border Color

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

This div border color is #25ceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ceaf


Comments

No comments written yet.

Please login to write comment.