Color Hex Logo

#25adeb Color Hex

#25ADEB
(37,173,235)
0 Favorites   0 Comments

Color spaces of #25adeb

RGB 37173235
HSL0.550.830.53
HSV199°84°92°
CMYK 0.840.260.00   0.08
XYZ30.701936.278683.9816
Yxy36.27860.20340.2403
Hunter Lab60.2317-14.4187-40.5063
CIE-Lab66.7322-13.5375-40.7745

#25adeb color RGB value is (37,173,235).

#25adeb hex color red value is 37, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #25adeb hue: 0.55 , saturation: 0.83 and the lightness value of 25adeb is 0.53.

The process color (four color CMYK) of #25adeb color hex is 0.84, 0.26, 0.00, 0.08. Web safe color of #25adeb is #3399ff. Color #25adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101101 11101011
Octal 45 255 353
Decimal 37 173 235
Hex 25 AD EB

RGB Percentages of Color #25adeb

%8.31
%38.88
%52.81

CMYK Percentages of Color #25adeb

%84
%26
%0
%8

Triadic Colors of #25adeb

#25adeb #eb25ad #adeb25

Analogous Colors of #25adeb

#25adeb #254aeb #25ebc6

Monochromatic Colors of #25adeb

#25adeb

Complementary Color

#25adeb #eb6325

#25adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25adeb Color CSS Codes

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

#25adeb Text Font Color

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

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


#25adeb Background Color

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

This div background color is #25adeb


#25adeb Border Color

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

This div border color is #25adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25adeb


Comments

No comments written yet.

Please login to write comment.