Color Hex Logo

#25dbed Color Hex

#25DBED
(37,219,237)
0 Favorites   0 Comments

Color spaces of #25dbed

RGB 37219237
HSL0.520.850.54
HSV185°84°93°
CMYK 0.840.080.00   0.07
XYZ41.380557.170888.9748
Yxy57.17080.22070.3049
Hunter Lab75.6114-34.6306-16.8409
CIE-Lab80.2756-36.0246-20.9893

#25dbed color RGB value is (37,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011011 11101101
Octal 45 333 355
Decimal 37 219 237
Hex 25 DB ED

RGB Percentages of Color #25dbed

%7.51
%44.42
%48.07

CMYK Percentages of Color #25dbed

%84
%8
%0
%7

Triadic Colors of #25dbed

#25dbed #ed25db #dbed25

Analogous Colors of #25dbed

#25dbed #2577ed #25ed9b

Monochromatic Colors of #25dbed

#25dbed

Complementary Color

#25dbed #ed3725

#25dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dbed Color CSS Codes

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

#25dbed Text Font Color

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

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


#25dbed Background Color

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

This div background color is #25dbed


#25dbed Border Color

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

This div border color is #25dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dbed


Comments

No comments written yet.

Please login to write comment.