Color Hex Logo

#25afb5 Color Hex

#25AFB5
(37,175,181)
0 Favorites   0 Comments

Color spaces of #25afb5

RGB 37175181
HSL0.510.660.43
HSV183°80°71°
CMYK 0.800.030.00   0.29
XYZ24.433434.389549.0661
Yxy34.38950.22650.3187
Hunter Lab58.6426-28.2525-8.5580
CIE-Lab65.2706-32.3837-13.2119

#25afb5 color RGB value is (37,175,181).

#25afb5 hex color red value is 37, green value is 175 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #25afb5 hue: 0.51 , saturation: 0.66 and the lightness value of 25afb5 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101111 10110101
Octal 45 257 265
Decimal 37 175 181
Hex 25 AF B5

RGB Percentages of Color #25afb5

%9.41
%44.53
%46.06

CMYK Percentages of Color #25afb5

%80
%3
%0
%29

Triadic Colors of #25afb5

#25afb5 #b525af #afb525

Analogous Colors of #25afb5

#25afb5 #2567b5 #25b573

Monochromatic Colors of #25afb5

#25afb5

Complementary Color

#25afb5 #b52b25

#25afb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25afb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25afb5 Color CSS Codes

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

#25afb5 Text Font Color

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

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


#25afb5 Background Color

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

This div background color is #25afb5


#25afb5 Border Color

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

This div border color is #25afb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25afb5


Comments

No comments written yet.

Please login to write comment.