Color Hex Logo

#25c053 Color Hex

#25C053
(37,192,83)
0 Favorites   0 Comments

Color spaces of #25c053

RGB 3719283
HSL0.380.680.45
HSV138°81°75°
CMYK 0.810.000.57   0.25
XYZ21.173938.717114.5408
Yxy38.71710.28450.5202
Hunter Lab62.2231-48.148629.7008
CIE-Lab68.5458-61.318343.5400

#25c053 color RGB value is (37,192,83).

#25c053 hex color red value is 37, green value is 192 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #25c053 hue: 0.38 , saturation: 0.68 and the lightness value of 25c053 is 0.45.

The process color (four color CMYK) of #25c053 color hex is 0.81, 0.00, 0.57, 0.25. Web safe color of #25c053 is #33cc66. Color #25c053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11000000 01010011
Octal 45 300 123
Decimal 37 192 83
Hex 25 C0 53

RGB Percentages of Color #25c053

%11.86
%61.54
%26.60

CMYK Percentages of Color #25c053

%81
%0
%57
%25

Triadic Colors of #25c053

#25c053 #5325c0 #c05325

Analogous Colors of #25c053

#25c053 #25c0a1 #45c025

Monochromatic Colors of #25c053

#25c053

Complementary Color

#25c053 #c02592

#25c053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25c053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25c053 Color CSS Codes

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

#25c053 Text Font Color

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

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


#25c053 Background Color

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

This div background color is #25c053


#25c053 Border Color

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

This div border color is #25c053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25c053


Comments

No comments written yet.

Please login to write comment.