Color Hex Logo

#25baed Color Hex

#25BAED
(37,186,237)
0 Favorites   0 Comments

Color spaces of #25baed

RGB 37186237
HSL0.540.850.54
HSV195°84°93°
CMYK 0.840.220.00   0.07
XYZ33.607941.625686.3840
Yxy41.62560.20790.2576
Hunter Lab64.5179-19.9242-34.2217
CIE-Lab70.6120-19.7613-35.8178

#25baed color RGB value is (37,186,237).

#25baed hex color red value is 37, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #25baed hue: 0.54 , saturation: 0.85 and the lightness value of 25baed is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111010 11101101
Octal 45 272 355
Decimal 37 186 237
Hex 25 BA ED

RGB Percentages of Color #25baed

%8.04
%40.43
%51.52

CMYK Percentages of Color #25baed

%84
%22
%0
%7

Triadic Colors of #25baed

#25baed #ed25ba #baed25

Analogous Colors of #25baed

#25baed #2556ed #25edbc

Monochromatic Colors of #25baed

#25baed

Complementary Color

#25baed #ed5825

#25baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#25baed Color CSS Codes

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

#25baed Text Font Color

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

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


#25baed Background Color

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

This div background color is #25baed


#25baed Border Color

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

This div border color is #25baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25baed


Comments

No comments written yet.

Please login to write comment.