Color Hex Logo

#25affb Color Hex

#25AFFB
(37,175,251)
0 Favorites   0 Comments

Color spaces of #25affb

RGB 37175251
HSL0.560.960.56
HSV201°85°98°
CMYK 0.850.300.00   0.02
XYZ33.505538.018396.8391
Yxy38.01830.19900.2258
Hunter Lab61.6590-10.9063-49.9572
CIE-Lab68.0341-9.0090-47.4495

#25affb color RGB value is (37,175,251).

#25affb hex color red value is 37, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #25affb hue: 0.56 , saturation: 0.96 and the lightness value of 25affb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101111 11111011
Octal 45 257 373
Decimal 37 175 251
Hex 25 AF FB

RGB Percentages of Color #25affb

%7.99
%37.80
%54.21

CMYK Percentages of Color #25affb

%85
%30
%0
%2

Triadic Colors of #25affb

#25affb #fb25af #affb25

Analogous Colors of #25affb

#25affb #2544fb #25fbdc

Monochromatic Colors of #25affb

#25affb

Complementary Color

#25affb #fb7125

#25affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25affb Color CSS Codes

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

#25affb Text Font Color

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

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


#25affb Background Color

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

This div background color is #25affb


#25affb Border Color

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

This div border color is #25affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25affb

Related Colors


Comments

No comments written yet.

Please login to write comment.