Color Hex Logo

#25deba Color Hex

#25DEBA
(37,222,186)
0 Favorites   0 Comments

Color spaces of #25deba

RGB 37222186
HSL0.470.740.51
HSV168°83°87°
CMYK 0.830.000.16   0.13
XYZ35.747256.181055.4143
Yxy56.18100.24260.3813
Hunter Lab74.9540-46.03898.6340
CIE-Lab79.7167-51.65745.3488

#25deba color RGB value is (37,222,186).

#25deba hex color red value is 37, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #25deba hue: 0.47 , saturation: 0.74 and the lightness value of 25deba is 0.51.

The process color (four color CMYK) of #25deba color hex is 0.83, 0.00, 0.16, 0.13. Web safe color of #25deba is #33cccc. Color #25deba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011110 10111010
Octal 45 336 272
Decimal 37 222 186
Hex 25 DE BA

RGB Percentages of Color #25deba

%8.31
%49.89
%41.80

CMYK Percentages of Color #25deba

%83
%0
%16
%13

Triadic Colors of #25deba

#25deba #ba25de #deba25

Analogous Colors of #25deba

#25deba #25a6de #25de5e

Monochromatic Colors of #25deba

#25deba

Complementary Color

#25deba #de2549

#25deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#25deba Color CSS Codes

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

#25deba Text Font Color

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

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


#25deba Background Color

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

This div background color is #25deba


#25deba Border Color

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

This div border color is #25deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25deba


Comments

No comments written yet.

Please login to write comment.