Color Hex Logo

#25bcaf Color Hex

#25BCAF
(37,188,175)
0 Favorites   0 Comments

Color spaces of #25bcaf

RGB 37188175
HSL0.490.670.44
HSV175°80°74°
CMYK 0.800.000.07   0.26
XYZ26.484039.454946.7771
Yxy39.45490.23500.3500
Hunter Lab62.8131-34.6618-0.1842
CIE-Lab69.0795-40.1454-4.2223

#25bcaf color RGB value is (37,188,175).

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

The process color (four color CMYK) of #25bcaf color hex is 0.80, 0.00, 0.07, 0.26. Web safe color of #25bcaf is #33cc99. Color #25bcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111100 10101111
Octal 45 274 257
Decimal 37 188 175
Hex 25 BC AF

RGB Percentages of Color #25bcaf

%9.25
%47.00
%43.75

CMYK Percentages of Color #25bcaf

%80
%0
%7
%26

Triadic Colors of #25bcaf

#25bcaf #af25bc #bcaf25

Analogous Colors of #25bcaf

#25bcaf #257ebc #25bc64

Monochromatic Colors of #25bcaf

#25bcaf

Complementary Color

#25bcaf #bc2532

#25bcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bcaf Color CSS Codes

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

#25bcaf Text Font Color

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

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


#25bcaf Background Color

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

This div background color is #25bcaf


#25bcaf Border Color

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

This div border color is #25bcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bcaf


Comments

No comments written yet.

Please login to write comment.