Color Hex Logo

#25aaee Color Hex

#25AAEE
(37,170,238)
0 Favorites   0 Comments

Color spaces of #25aaee

RGB 37170238
HSL0.560.860.54
HSV200°84°93°
CMYK 0.840.290.00   0.07
XYZ30.570335.315886.0943
Yxy35.31580.20110.2324
Hunter Lab59.4271-12.1740-44.2967
CIE-Lab65.9938-10.8454-43.5730

#25aaee color RGB value is (37,170,238).

#25aaee hex color red value is 37, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #25aaee hue: 0.56 , saturation: 0.86 and the lightness value of 25aaee is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101010 11101110
Octal 45 252 356
Decimal 37 170 238
Hex 25 AA EE

RGB Percentages of Color #25aaee

%8.31
%38.20
%53.48

CMYK Percentages of Color #25aaee

%84
%29
%0
%7

Triadic Colors of #25aaee

#25aaee #ee25aa #aaee25

Analogous Colors of #25aaee

#25aaee #2546ee #25eece

Monochromatic Colors of #25aaee

#25aaee

Complementary Color

#25aaee #ee6925

#25aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aaee Color CSS Codes

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

#25aaee Text Font Color

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

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


#25aaee Background Color

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

This div background color is #25aaee


#25aaee Border Color

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

This div border color is #25aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aaee


Comments

No comments written yet.

Please login to write comment.