Color Hex Logo

#25dfeb Color Hex

#25DFEB
(37,223,235)
0 Favorites   0 Comments

Color spaces of #25dfeb

RGB 37223235
HSL0.510.830.53
HSV184°84°92°
CMYK 0.840.050.00   0.08
XYZ42.146059.166887.7963
Yxy59.16680.22290.3129
Hunter Lab76.9200-36.8062-13.8295
CIE-Lab81.3832-38.4764-18.2504

#25dfeb color RGB value is (37,223,235).

#25dfeb hex color red value is 37, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #25dfeb hue: 0.51 , saturation: 0.83 and the lightness value of 25dfeb is 0.53.

The process color (four color CMYK) of #25dfeb color hex is 0.84, 0.05, 0.00, 0.08. Web safe color of #25dfeb is #33ccff. Color #25dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011111 11101011
Octal 45 337 353
Decimal 37 223 235
Hex 25 DF EB

RGB Percentages of Color #25dfeb

%7.47
%45.05
%47.47

CMYK Percentages of Color #25dfeb

%84
%5
%0
%8

Triadic Colors of #25dfeb

#25dfeb #eb25df #dfeb25

Analogous Colors of #25dfeb

#25dfeb #257ceb #25eb94

Monochromatic Colors of #25dfeb

#25dfeb

Complementary Color

#25dfeb #eb3125

#25dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dfeb Color CSS Codes

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

#25dfeb Text Font Color

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

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


#25dfeb Background Color

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

This div background color is #25dfeb


#25dfeb Border Color

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

This div border color is #25dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dfeb


Comments

No comments written yet.

Please login to write comment.