Color Hex Logo

#25acbd Color Hex

#25ACBD
(37,172,189)
0 Favorites   0 Comments

Color spaces of #25acbd

RGB 37172189
HSL0.520.670.44
HSV187°80°74°
CMYK 0.800.090.00   0.26
XYZ24.700833.572553.3224
Yxy33.57250.22130.3008
Hunter Lab57.9418-25.3029-14.0039
CIE-Lab64.6218-28.4318-18.6418

#25acbd color RGB value is (37,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101100 10111101
Octal 45 254 275
Decimal 37 172 189
Hex 25 AC BD

RGB Percentages of Color #25acbd

%9.30
%43.22
%47.49

CMYK Percentages of Color #25acbd

%80
%9
%0
%26

Triadic Colors of #25acbd

#25acbd #bd25ac #acbd25

Analogous Colors of #25acbd

#25acbd #2560bd #25bd82

Monochromatic Colors of #25acbd

#25acbd

Complementary Color

#25acbd #bd3625

#25acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25acbd Color CSS Codes

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

#25acbd Text Font Color

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

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


#25acbd Background Color

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

This div background color is #25acbd


#25acbd Border Color

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

This div border color is #25acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25acbd


Comments

No comments written yet.

Please login to write comment.