Color Hex Logo

#25aafd Color Hex

#25AAFD
(37,170,253)
0 Favorites   0 Comments

Color spaces of #25aafd

RGB 37170253
HSL0.560.980.57
HSV203°85°99°
CMYK 0.850.330.00   0.01
XYZ32.867336.234698.1902
Yxy36.23460.19650.2166
Hunter Lab60.1952-7.8784-54.5770
CIE-Lab66.6988-5.5103-50.6421

#25aafd color RGB value is (37,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101010 11111101
Octal 45 252 375
Decimal 37 170 253
Hex 25 AA FD

RGB Percentages of Color #25aafd

%8.04
%36.96
%55.00

CMYK Percentages of Color #25aafd

%85
%33
%0
%1

Triadic Colors of #25aafd

#25aafd #fd25aa #aafd25

Analogous Colors of #25aafd

#25aafd #253efd #25fde4

Monochromatic Colors of #25aafd

#25aafd

Complementary Color

#25aafd #fd7825

#25aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aafd Color CSS Codes

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

#25aafd Text Font Color

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

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


#25aafd Background Color

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

This div background color is #25aafd


#25aafd Border Color

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

This div border color is #25aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aafd

Related Colors


Comments

No comments written yet.

Please login to write comment.