Color Hex Logo

#25afbe Color Hex

#25AFBE
(37,175,190)
0 Favorites   0 Comments

Color spaces of #25afbe

RGB 37175190
HSL0.520.670.45
HSV186°81°75°
CMYK 0.810.080.00   0.25
XYZ25.387234.771054.0886
Yxy34.77100.22220.3043
Hunter Lab58.9669-26.3420-13.1081
CIE-Lab65.5700-29.5901-17.7585

#25afbe color RGB value is (37,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101111 10111110
Octal 45 257 276
Decimal 37 175 190
Hex 25 AF BE

RGB Percentages of Color #25afbe

%9.20
%43.53
%47.26

CMYK Percentages of Color #25afbe

%81
%8
%0
%25

Triadic Colors of #25afbe

#25afbe #be25af #afbe25

Analogous Colors of #25afbe

#25afbe #2562be #25be81

Monochromatic Colors of #25afbe

#25afbe

Complementary Color

#25afbe #be3425

#25afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#25afbe Color CSS Codes

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

#25afbe Text Font Color

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

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


#25afbe Background Color

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

This div background color is #25afbe


#25afbe Border Color

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

This div border color is #25afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25afbe


Comments

No comments written yet.

Please login to write comment.