Color Hex Logo

#25aebf Color Hex

#25AEBF
(37,174,191)
0 Favorites   0 Comments

Color spaces of #25aebf

RGB 37174191
HSL0.520.680.45
HSV187°81°75°
CMYK 0.810.090.00   0.25
XYZ25.303034.427054.6017
Yxy34.42700.22130.3011
Hunter Lab58.6745-25.7035-14.1023
CIE-Lab65.3001-28.7832-18.7231

#25aebf color RGB value is (37,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101110 10111111
Octal 45 256 277
Decimal 37 174 191
Hex 25 AE BF

RGB Percentages of Color #25aebf

%9.20
%43.28
%47.51

CMYK Percentages of Color #25aebf

%81
%9
%0
%25

Triadic Colors of #25aebf

#25aebf #bf25ae #aebf25

Analogous Colors of #25aebf

#25aebf #2561bf #25bf83

Monochromatic Colors of #25aebf

#25aebf

Complementary Color

#25aebf #bf3625

#25aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aebf Color CSS Codes

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

#25aebf Text Font Color

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

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


#25aebf Background Color

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

This div background color is #25aebf


#25aebf Border Color

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

This div border color is #25aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aebf


Comments

No comments written yet.

Please login to write comment.