Color Hex Logo

#25aee6 Color Hex

#25AEE6
(37,174,230)
0 Favorites   0 Comments

Color spaces of #25aee6

RGB 37174230
HSL0.550.790.52
HSV197°84°90°
CMYK 0.840.240.00   0.10
XYZ30.181936.378680.2939
Yxy36.37860.20550.2477
Hunter Lab60.3147-16.2280-36.7095
CIE-Lab66.8082-15.8128-37.9187

#25aee6 color RGB value is (37,174,230).

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

The process color (four color CMYK) of #25aee6 color hex is 0.84, 0.24, 0.00, 0.10. Web safe color of #25aee6 is #3399ff. Color #25aee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101110 11100110
Octal 45 256 346
Decimal 37 174 230
Hex 25 AE E6

RGB Percentages of Color #25aee6

%8.39
%39.46
%52.15

CMYK Percentages of Color #25aee6

%84
%24
%0
%10

Triadic Colors of #25aee6

#25aee6 #e625ae #aee625

Analogous Colors of #25aee6

#25aee6 #254ee6 #25e6be

Monochromatic Colors of #25aee6

#25aee6

Complementary Color

#25aee6 #e65d25

#25aee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aee6 Color CSS Codes

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

#25aee6 Text Font Color

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

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


#25aee6 Background Color

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

This div background color is #25aee6


#25aee6 Border Color

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

This div border color is #25aee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aee6


Comments

No comments written yet.

Please login to write comment.