Color Hex Logo

#25afef Color Hex

#25AFEF
(37,175,239)
0 Favorites   0 Comments

Color spaces of #25afef

RGB 37175239
HSL0.550.860.54
HSV199°85°94°
CMYK 0.850.270.00   0.06
XYZ31.672937.285387.1888
Yxy37.28530.20280.2388
Hunter Lab61.0617-14.2694-41.9159
CIE-Lab67.4905-13.2267-41.7729

#25afef color RGB value is (37,175,239).

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

The process color (four color CMYK) of #25afef color hex is 0.85, 0.27, 0.00, 0.06. Web safe color of #25afef is #3399ff. Color #25afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101111 11101111
Octal 45 257 357
Decimal 37 175 239
Hex 25 AF EF

RGB Percentages of Color #25afef

%8.20
%38.80
%52.99

CMYK Percentages of Color #25afef

%85
%27
%0
%6

Triadic Colors of #25afef

#25afef #ef25af #afef25

Analogous Colors of #25afef

#25afef #254aef #25efca

Monochromatic Colors of #25afef

#25afef

Complementary Color

#25afef #ef6525

#25afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#25afef Color CSS Codes

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

#25afef Text Font Color

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

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


#25afef Background Color

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

This div background color is #25afef


#25afef Border Color

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

This div border color is #25afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25afef


Comments

No comments written yet.

Please login to write comment.