Color Hex Logo

#25daee Color Hex

#25DAEE
(37,218,238)
0 Favorites   0 Comments

Color spaces of #25daee

RGB 37218238
HSL0.520.860.54
HSV186°84°93°
CMYK 0.840.080.00   0.07
XYZ41.267056.709289.6599
Yxy56.70920.21990.3022
Hunter Lab75.3055-33.9676-17.8777
CIE-Lab80.0158-35.2515-21.9159

#25daee color RGB value is (37,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011010 11101110
Octal 45 332 356
Decimal 37 218 238
Hex 25 DA EE

RGB Percentages of Color #25daee

%7.51
%44.22
%48.28

CMYK Percentages of Color #25daee

%84
%8
%0
%7

Triadic Colors of #25daee

#25daee #ee25da #daee25

Analogous Colors of #25daee

#25daee #2576ee #25ee9e

Monochromatic Colors of #25daee

#25daee

Complementary Color

#25daee #ee3925

#25daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#25daee Color CSS Codes

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

#25daee Text Font Color

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

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


#25daee Background Color

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

This div background color is #25daee


#25daee Border Color

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

This div border color is #25daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25daee


Comments

No comments written yet.

Please login to write comment.