Color Hex Logo

#25dcfd Color Hex

#25DCFD
(37,220,253)
0 Favorites   0 Comments

Color spaces of #25dcfd

RGB 37220253
HSL0.530.980.57
HSV189°85°99°
CMYK 0.850.130.00   0.01
XYZ44.085858.6716101.9297
Yxy58.67160.21540.2866
Hunter Lab76.5974-31.3094-25.2802
CIE-Lab81.1107-31.5400-28.2163

#25dcfd color RGB value is (37,220,253).

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

The process color (four color CMYK) of #25dcfd color hex is 0.85, 0.13, 0.00, 0.01. Web safe color of #25dcfd is #33ccff. Color #25dcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011100 11111101
Octal 45 334 375
Decimal 37 220 253
Hex 25 DC FD

RGB Percentages of Color #25dcfd

%7.25
%43.14
%49.61

CMYK Percentages of Color #25dcfd

%85
%13
%0
%1

Triadic Colors of #25dcfd

#25dcfd #fd25dc #dcfd25

Analogous Colors of #25dcfd

#25dcfd #2570fd #25fdb2

Monochromatic Colors of #25dcfd

#25dcfd

Complementary Color

#25dcfd #fd4625

#25dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dcfd Color CSS Codes

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

#25dcfd Text Font Color

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

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


#25dcfd Background Color

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

This div background color is #25dcfd


#25dcfd Border Color

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

This div border color is #25dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dcfd


Comments

No comments written yet.

Please login to write comment.