Color Hex Logo

#25bdbc Color Hex

#25BDBC
(37,189,188)
0 Favorites   0 Comments

Color spaces of #25bdbc

RGB 37189188
HSL0.500.670.44
HSV180°80°74°
CMYK 0.800.000.01   0.26
XYZ28.037640.419353.9009
Yxy40.41930.22910.3303
Hunter Lab63.5762-32.5384-5.7637
CIE-Lab69.7671-36.8444-10.3386

#25bdbc color RGB value is (37,189,188).

#25bdbc hex color red value is 37, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #25bdbc hue: 0.50 , saturation: 0.67 and the lightness value of 25bdbc is 0.44.

The process color (four color CMYK) of #25bdbc color hex is 0.80, 0.00, 0.01, 0.26. Web safe color of #25bdbc is #33cccc. Color #25bdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111101 10111100
Octal 45 275 274
Decimal 37 189 188
Hex 25 BD BC

RGB Percentages of Color #25bdbc

%8.94
%45.65
%45.41

CMYK Percentages of Color #25bdbc

%80
%0
%1
%26

Triadic Colors of #25bdbc

#25bdbc #bc25bd #bdbc25

Analogous Colors of #25bdbc

#25bdbc #2572bd #25bd70

Monochromatic Colors of #25bdbc

#25bdbc

Complementary Color

#25bdbc #bd2526

#25bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bdbc Color CSS Codes

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

#25bdbc Text Font Color

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

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


#25bdbc Background Color

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

This div background color is #25bdbc


#25bdbc Border Color

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

This div border color is #25bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bdbc


Comments

No comments written yet.

Please login to write comment.