Color Hex Logo

#25fefb Color Hex

#25FEFB
(37,254,251)
0 Favorites   0 Comments

Color spaces of #25fefb

RGB 37254251
HSL0.500.990.57
HSV179°85°100°
CMYK 0.850.000.01   0.00
XYZ53.617378.2420103.5431
Yxy78.24200.22780.3324
Hunter Lab88.4545-46.5964-7.4855
CIE-Lab90.8902-47.5985-12.3821

#25fefb color RGB value is (37,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11111110 11111011
Octal 45 376 373
Decimal 37 254 251
Hex 25 FE FB

RGB Percentages of Color #25fefb

%6.83
%46.86
%46.31

CMYK Percentages of Color #25fefb

%85
%0
%1
%0

Triadic Colors of #25fefb

#25fefb #fb25fe #fefb25

Analogous Colors of #25fefb

#25fefb #2595fe #25fe8f

Monochromatic Colors of #25fefb

#25fefb

Complementary Color

#25fefb #fe2528

#25fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25fefb Color CSS Codes

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

#25fefb Text Font Color

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

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


#25fefb Background Color

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

This div background color is #25fefb


#25fefb Border Color

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

This div border color is #25fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.