Color Hex Logo

#25adda Color Hex

#25ADDA
(37,173,218)
0 Favorites   0 Comments

Color spaces of #25adda

RGB 37173218
HSL0.540.710.50
HSV195°83°85°
CMYK 0.830.210.00   0.15
XYZ28.361435.342471.6566
Yxy35.34240.20950.2611
Hunter Lab59.4495-18.8801-29.8497
CIE-Lab66.0144-19.3923-32.5610

#25adda color RGB value is (37,173,218).

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

The process color (four color CMYK) of #25adda color hex is 0.83, 0.21, 0.00, 0.15. Web safe color of #25adda is #3399cc. Color #25adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101101 11011010
Octal 45 255 332
Decimal 37 173 218
Hex 25 AD DA

RGB Percentages of Color #25adda

%8.64
%40.42
%50.93

CMYK Percentages of Color #25adda

%83
%21
%0
%15

Triadic Colors of #25adda

#25adda #da25ad #adda25

Analogous Colors of #25adda

#25adda #2553da #25daad

Monochromatic Colors of #25adda

#25adda

Complementary Color

#25adda #da5225

#25adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#25adda Color CSS Codes

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

#25adda Text Font Color

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

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


#25adda Background Color

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

This div background color is #25adda


#25adda Border Color

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

This div border color is #25adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25adda


Comments

No comments written yet.

Please login to write comment.