Color Hex Logo

#25fefd Color Hex

#25FEFD
(37,254,253)
0 Favorites   0 Comments

Color spaces of #25fefd

RGB 37254253
HSL0.500.990.57
HSV180°85°100°
CMYK 0.850.000.00   0.00
XYZ53.934478.3688105.2126
Yxy78.36880.22710.3300
Hunter Lab88.5262-46.1700-8.4974
CIE-Lab90.9479-47.0344-13.3340

#25fefd color RGB value is (37,254,253).

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

The process color (four color CMYK) of #25fefd color hex is 0.85, 0.00, 0.00, 0.00. Web safe color of #25fefd is #33ffff. Color #25fefd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11111110 11111101
Octal 45 376 375
Decimal 37 254 253
Hex 25 FE FD

RGB Percentages of Color #25fefd

%6.80
%46.69
%46.51

CMYK Percentages of Color #25fefd

%85
%0
%0
%0

Triadic Colors of #25fefd

#25fefd #fd25fe #fefd25

Analogous Colors of #25fefd

#25fefd #2593fe #25fe91

Monochromatic Colors of #25fefd

#25fefd

Complementary Color

#25fefd #fe2526

#25fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25fefd Color CSS Codes

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

#25fefd Text Font Color

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

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


#25fefd Background Color

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

This div background color is #25fefd


#25fefd Border Color

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

This div border color is #25fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.