Color Hex Logo

#25ccbc Color Hex

#25CCBC
(37,204,188)
0 Favorites   0 Comments

Color spaces of #25ccbc

RGB 37204188
HSL0.480.690.47
HSV174°82°80°
CMYK 0.820.000.08   0.20
XYZ31.432947.209955.0327
Yxy47.20990.23510.3532
Hunter Lab68.7095-38.58220.6084
CIE-Lab74.3238-43.5584-3.5819

#25ccbc color RGB value is (37,204,188).

#25ccbc hex color red value is 37, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #25ccbc hue: 0.48 , saturation: 0.69 and the lightness value of 25ccbc is 0.47.

The process color (four color CMYK) of #25ccbc color hex is 0.82, 0.00, 0.08, 0.20. Web safe color of #25ccbc is #33cccc. Color #25ccbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001100 10111100
Octal 45 314 274
Decimal 37 204 188
Hex 25 CC BC

RGB Percentages of Color #25ccbc

%8.62
%47.55
%43.82

CMYK Percentages of Color #25ccbc

%82
%0
%8
%20

Triadic Colors of #25ccbc

#25ccbc #bc25cc #ccbc25

Analogous Colors of #25ccbc

#25ccbc #2589cc #25cc69

Monochromatic Colors of #25ccbc

#25ccbc

Complementary Color

#25ccbc #cc2535

#25ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ccbc Color CSS Codes

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

#25ccbc Text Font Color

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

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


#25ccbc Background Color

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

This div background color is #25ccbc


#25ccbc Border Color

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

This div border color is #25ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ccbc


Comments

No comments written yet.

Please login to write comment.