Color Hex Logo

#25feeb Color Hex

#25FEEB
(37,254,235)
0 Favorites   0 Comments

Color spaces of #25feeb

RGB 37254235
HSL0.490.990.57
HSV175°85°100°
CMYK 0.850.000.07   0.00
XYZ51.200277.275190.8143
Yxy77.27510.23350.3524
Hunter Lab87.9063-49.87020.2830
CIE-Lab90.4481-51.9966-4.7303

#25feeb color RGB value is (37,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11111110 11101011
Octal 45 376 353
Decimal 37 254 235
Hex 25 FE EB

RGB Percentages of Color #25feeb

%7.03
%48.29
%44.68

CMYK Percentages of Color #25feeb

%85
%0
%7
%0

Triadic Colors of #25feeb

#25feeb #eb25fe #feeb25

Analogous Colors of #25feeb

#25feeb #25a5fe #25fe7f

Monochromatic Colors of #25feeb

#25feeb

Complementary Color

#25feeb #fe2538

#25feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25feeb Color CSS Codes

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

#25feeb Text Font Color

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

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


#25feeb Background Color

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

This div background color is #25feeb


#25feeb Border Color

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

This div border color is #25feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25feeb


Comments

No comments written yet.

Please login to write comment.