Color Hex Logo

#25acbb Color Hex

#25ACBB
(37,172,187)
0 Favorites   0 Comments

Color spaces of #25acbb

RGB 37172187
HSL0.520.670.44
HSV186°80°73°
CMYK 0.800.080.00   0.27
XYZ24.485133.486252.1867
Yxy33.48620.22230.3040
Hunter Lab57.8673-25.7399-12.9627
CIE-Lab64.5527-29.0652-17.6337

#25acbb color RGB value is (37,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101100 10111011
Octal 45 254 273
Decimal 37 172 187
Hex 25 AC BB

RGB Percentages of Color #25acbb

%9.34
%43.43
%47.22

CMYK Percentages of Color #25acbb

%80
%8
%0
%27

Triadic Colors of #25acbb

#25acbb #bb25ac #acbb25

Analogous Colors of #25acbb

#25acbb #2561bb #25bb7f

Monochromatic Colors of #25acbb

#25acbb

Complementary Color

#25acbb #bb3425

#25acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25acbb Color CSS Codes

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

#25acbb Text Font Color

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

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


#25acbb Background Color

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

This div background color is #25acbb


#25acbb Border Color

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

This div border color is #25acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25acbb


Comments

No comments written yet.

Please login to write comment.