Color Hex Logo

#25acfd Color Hex

#25ACFD
(37,172,253)
0 Favorites   0 Comments

Color spaces of #25acfd

RGB 37172253
HSL0.560.980.57
HSV203°85°99°
CMYK 0.850.320.00   0.01
XYZ33.245136.990298.3161
Yxy36.99020.19720.2195
Hunter Lab60.8196-8.8628-53.2698
CIE-Lab67.2697-6.6315-49.7403

#25acfd color RGB value is (37,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101100 11111101
Octal 45 254 375
Decimal 37 172 253
Hex 25 AC FD

RGB Percentages of Color #25acfd

%8.01
%37.23
%54.76

CMYK Percentages of Color #25acfd

%85
%32
%0
%1

Triadic Colors of #25acfd

#25acfd #fd25ac #acfd25

Analogous Colors of #25acfd

#25acfd #2540fd #25fde2

Monochromatic Colors of #25acfd

#25acfd

Complementary Color

#25acfd #fd7625

#25acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25acfd Color CSS Codes

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

#25acfd Text Font Color

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

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


#25acfd Background Color

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

This div background color is #25acfd


#25acfd Border Color

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

This div border color is #25acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25acfd

Related Colors


Comments

No comments written yet.

Please login to write comment.