Color Hex Logo

#25afee Color Hex

#25AFEE
(37,175,238)
0 Favorites   0 Comments

Color spaces of #25afee

RGB 37175238
HSL0.550.860.54
HSV199°84°93°
CMYK 0.840.260.00   0.07
XYZ31.525537.226386.4127
Yxy37.22630.20320.2399
Hunter Lab61.0134-14.5427-41.2626
CIE-Lab67.4465-13.5754-41.2962

#25afee color RGB value is (37,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101111 11101110
Octal 45 257 356
Decimal 37 175 238
Hex 25 AF EE

RGB Percentages of Color #25afee

%8.22
%38.89
%52.89

CMYK Percentages of Color #25afee

%84
%26
%0
%7

Triadic Colors of #25afee

#25afee #ee25af #afee25

Analogous Colors of #25afee

#25afee #254bee #25eec9

Monochromatic Colors of #25afee

#25afee

Complementary Color

#25afee #ee6425

#25afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#25afee Color CSS Codes

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

#25afee Text Font Color

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

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


#25afee Background Color

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

This div background color is #25afee


#25afee Border Color

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

This div border color is #25afee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,175,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 #25afee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25afee


Comments

No comments written yet.

Please login to write comment.