Color Hex Logo

#25adb3 Color Hex

#25ADB3
(37,173,179)
0 Favorites   0 Comments

Color spaces of #25adb3

RGB 37173179
HSL0.510.660.42
HSV183°79°70°
CMYK 0.790.030.00   0.30
XYZ23.843233.535147.8641
Yxy33.53510.22660.3186
Hunter Lab57.9095-27.8474-8.4685
CIE-Lab64.5919-32.0390-13.1196

#25adb3 color RGB value is (37,173,179).

#25adb3 hex color red value is 37, green value is 173 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #25adb3 hue: 0.51 , saturation: 0.66 and the lightness value of 25adb3 is 0.42.

The process color (four color CMYK) of #25adb3 color hex is 0.79, 0.03, 0.00, 0.30. Web safe color of #25adb3 is #3399cc. Color #25adb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101101 10110011
Octal 45 255 263
Decimal 37 173 179
Hex 25 AD B3

RGB Percentages of Color #25adb3

%9.51
%44.47
%46.02

CMYK Percentages of Color #25adb3

%79
%3
%0
%30

Triadic Colors of #25adb3

#25adb3 #b325ad #adb325

Analogous Colors of #25adb3

#25adb3 #2566b3 #25b372

Monochromatic Colors of #25adb3

#25adb3

Complementary Color

#25adb3 #b32b25

#25adb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25adb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25adb3 Color CSS Codes

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

#25adb3 Text Font Color

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

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


#25adb3 Background Color

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

This div background color is #25adb3


#25adb3 Border Color

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

This div border color is #25adb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25adb3


Comments

No comments written yet.

Please login to write comment.