Color Hex Logo

#25bfdd Color Hex

#25BFDD
(37,191,221)
0 Favorites   0 Comments

Color spaces of #25bfdd

RGB 37191221
HSL0.530.730.51
HSV190°83°87°
CMYK 0.830.140.00   0.13
XYZ32.444942.875474.9724
Yxy42.87540.21590.2853
Hunter Lab65.4793-26.1423-22.0503
CIE-Lab71.4703-27.5872-25.7971

#25bfdd color RGB value is (37,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111111 11011101
Octal 45 277 335
Decimal 37 191 221
Hex 25 BF DD

RGB Percentages of Color #25bfdd

%8.24
%42.54
%49.22

CMYK Percentages of Color #25bfdd

%83
%14
%0
%13

Triadic Colors of #25bfdd

#25bfdd #dd25bf #bfdd25

Analogous Colors of #25bfdd

#25bfdd #2563dd #25dd9f

Monochromatic Colors of #25bfdd

#25bfdd

Complementary Color

#25bfdd #dd4325

#25bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bfdd Color CSS Codes

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

#25bfdd Text Font Color

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

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


#25bfdd Background Color

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

This div background color is #25bfdd


#25bfdd Border Color

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

This div border color is #25bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bfdd


Comments

No comments written yet.

Please login to write comment.