Color Hex Logo

#25a8bb Color Hex

#25A8BB
(37,168,187)
0 Favorites   0 Comments

Color spaces of #25a8bb

RGB 37168187
HSL0.520.670.44
HSV188°80°73°
CMYK 0.800.100.00   0.27
XYZ23.735231.986451.9367
Yxy31.98640.22050.2971
Hunter Lab56.5565-24.0624-14.8573
CIE-Lab63.3316-27.0838-19.4886

#25a8bb color RGB value is (37,168,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101000 10111011
Octal 45 250 273
Decimal 37 168 187
Hex 25 A8 BB

RGB Percentages of Color #25a8bb

%9.44
%42.86
%47.70

CMYK Percentages of Color #25a8bb

%80
%10
%0
%27

Triadic Colors of #25a8bb

#25a8bb #bb25a8 #a8bb25

Analogous Colors of #25a8bb

#25a8bb #255dbb #25bb83

Monochromatic Colors of #25a8bb

#25a8bb

Complementary Color

#25a8bb #bb3825

#25a8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25a8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25a8bb Color CSS Codes

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

#25a8bb Text Font Color

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

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


#25a8bb Background Color

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

This div background color is #25a8bb


#25a8bb Border Color

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

This div border color is #25a8bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,168,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 #25a8bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25a8bb


Comments

No comments written yet.

Please login to write comment.