Color Hex Logo

#25adbc Color Hex

#25ADBC
(37,173,188)
0 Favorites   0 Comments

Color spaces of #25adbc

RGB 37173188
HSL0.520.670.44
HSV186°80°74°
CMYK 0.800.080.00   0.26
XYZ24.783633.911352.8163
Yxy33.91130.22230.3041
Hunter Lab58.2334-25.9405-13.0112
CIE-Lab64.8921-29.2407-17.6754

#25adbc color RGB value is (37,173,188).

#25adbc hex color red value is 37, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #25adbc hue: 0.52 , saturation: 0.67 and the lightness value of 25adbc is 0.44.

The process color (four color CMYK) of #25adbc color hex is 0.80, 0.08, 0.00, 0.26. Web safe color of #25adbc is #3399cc. Color #25adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101101 10111100
Octal 45 255 274
Decimal 37 173 188
Hex 25 AD BC

RGB Percentages of Color #25adbc

%9.30
%43.47
%47.24

CMYK Percentages of Color #25adbc

%80
%8
%0
%26

Triadic Colors of #25adbc

#25adbc #bc25ad #adbc25

Analogous Colors of #25adbc

#25adbc #2561bc #25bc80

Monochromatic Colors of #25adbc

#25adbc

Complementary Color

#25adbc #bc3425

#25adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#25adbc Color CSS Codes

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

#25adbc Text Font Color

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

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


#25adbc Background Color

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

This div background color is #25adbc


#25adbc Border Color

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

This div border color is #25adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25adbc


Comments

No comments written yet.

Please login to write comment.