Color Hex Logo

#25bcce Color Hex

#25BCCE
(37,188,206)
0 Favorites   0 Comments

Color spaces of #25bcce

RGB 37188206
HSL0.520.700.48
HSV186°82°81°
CMYK 0.820.090.00   0.19
XYZ29.886740.816064.6956
Yxy40.81600.22070.3015
Hunter Lab63.8874-28.3002-15.3189
CIE-Lab70.0468-30.8881-19.7823

#25bcce color RGB value is (37,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111100 11001110
Octal 45 274 316
Decimal 37 188 206
Hex 25 BC CE

RGB Percentages of Color #25bcce

%8.58
%43.62
%47.80

CMYK Percentages of Color #25bcce

%82
%9
%0
%19

Triadic Colors of #25bcce

#25bcce #ce25bc #bcce25

Analogous Colors of #25bcce

#25bcce #2568ce #25ce8c

Monochromatic Colors of #25bcce

#25bcce

Complementary Color

#25bcce #ce3725

#25bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bcce Color CSS Codes

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

#25bcce Text Font Color

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

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


#25bcce Background Color

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

This div background color is #25bcce


#25bcce Border Color

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

This div border color is #25bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bcce


Comments

No comments written yet.

Please login to write comment.