Color Hex Logo

#25b4dd Color Hex

#25B4DD
(37,180,221)
0 Favorites   0 Comments

Color spaces of #25b4dd

RGB 37180221
HSL0.540.730.51
HSV193°83°87°
CMYK 0.830.190.00   0.13
XYZ30.135438.256374.2025
Yxy38.25630.21130.2683
Hunter Lab61.8517-21.2716-27.8331
CIE-Lab68.2091-22.0264-30.8133

#25b4dd color RGB value is (37,180,221).

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

The process color (four color CMYK) of #25b4dd color hex is 0.83, 0.19, 0.00, 0.13. Web safe color of #25b4dd is #33cccc. Color #25b4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10110100 11011101
Octal 45 264 335
Decimal 37 180 221
Hex 25 B4 DD

RGB Percentages of Color #25b4dd

%8.45
%41.10
%50.46

CMYK Percentages of Color #25b4dd

%83
%19
%0
%13

Triadic Colors of #25b4dd

#25b4dd #dd25b4 #b4dd25

Analogous Colors of #25b4dd

#25b4dd #2558dd #25ddaa

Monochromatic Colors of #25b4dd

#25b4dd

Complementary Color

#25b4dd #dd4e25

#25b4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25b4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25b4dd Color CSS Codes

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

#25b4dd Text Font Color

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

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


#25b4dd Background Color

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

This div background color is #25b4dd


#25b4dd Border Color

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

This div border color is #25b4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25b4dd


Comments

No comments written yet.

Please login to write comment.