Color Hex Logo

#25eceb Color Hex

#25ECEB
(37,236,235)
0 Favorites   0 Comments

Color spaces of #25eceb

RGB 37236235
HSL0.500.840.54
HSV180°84°93°
CMYK 0.840.000.00   0.07
XYZ45.753866.382488.9989
Yxy66.38240.22750.3300
Hunter Lab81.4754-42.3424-7.7321
CIE-Lab85.1911-44.3067-12.5311

#25eceb color RGB value is (37,236,235).

#25eceb hex color red value is 37, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #25eceb hue: 0.50 , saturation: 0.84 and the lightness value of 25eceb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101100 11101011
Octal 45 354 353
Decimal 37 236 235
Hex 25 EC EB

RGB Percentages of Color #25eceb

%7.28
%46.46
%46.26

CMYK Percentages of Color #25eceb

%84
%0
%0
%7

Triadic Colors of #25eceb

#25eceb #eb25ec #eceb25

Analogous Colors of #25eceb

#25eceb #258aec #25ec88

Monochromatic Colors of #25eceb

#25eceb

Complementary Color

#25eceb #ec2526

#25eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25eceb Color CSS Codes

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

#25eceb Text Font Color

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

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


#25eceb Background Color

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

This div background color is #25eceb


#25eceb Border Color

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

This div border color is #25eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25eceb


Comments

No comments written yet.

Please login to write comment.