Color Hex Logo

#25baee Color Hex

#25BAEE
(37,186,238)
0 Favorites   0 Comments

Color spaces of #25baee

RGB 37186238
HSL0.540.860.54
HSV196°84°93°
CMYK 0.840.220.00   0.07
XYZ33.754541.684287.1557
Yxy41.68420.20760.2564
Hunter Lab64.5633-19.6638-34.8428
CIE-Lab70.6526-19.4230-36.2975

#25baee color RGB value is (37,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111010 11101110
Octal 45 272 356
Decimal 37 186 238
Hex 25 BA EE

RGB Percentages of Color #25baee

%8.03
%40.35
%51.63

CMYK Percentages of Color #25baee

%84
%22
%0
%7

Triadic Colors of #25baee

#25baee #ee25ba #baee25

Analogous Colors of #25baee

#25baee #2556ee #25eebe

Monochromatic Colors of #25baee

#25baee

Complementary Color

#25baee #ee5925

#25baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#25baee Color CSS Codes

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

#25baee Text Font Color

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

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


#25baee Background Color

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

This div background color is #25baee


#25baee Border Color

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

This div border color is #25baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25baee


Comments

No comments written yet.

Please login to write comment.