Color Hex Logo

#25ddef Color Hex

#25DDEF
(37,221,239)
0 Favorites   0 Comments

Color spaces of #25ddef

RGB 37221239
HSL0.510.860.54
HSV185°85°94°
CMYK 0.850.080.00   0.06
XYZ42.199458.338290.6976
Yxy58.33820.22070.3051
Hunter Lab76.3794-35.0434-16.9389
CIE-Lab80.9265-36.3467-21.0662

#25ddef color RGB value is (37,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011101 11101111
Octal 45 335 357
Decimal 37 221 239
Hex 25 DD EF

RGB Percentages of Color #25ddef

%7.44
%44.47
%48.09

CMYK Percentages of Color #25ddef

%85
%8
%0
%6

Triadic Colors of #25ddef

#25ddef #ef25dd #ddef25

Analogous Colors of #25ddef

#25ddef #2578ef #25ef9c

Monochromatic Colors of #25ddef

#25ddef

Complementary Color

#25ddef #ef3725

#25ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ddef Color CSS Codes

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

#25ddef Text Font Color

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

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


#25ddef Background Color

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

This div background color is #25ddef


#25ddef Border Color

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

This div border color is #25ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ddef


Comments

No comments written yet.

Please login to write comment.