Color Hex Logo

#25bcde Color Hex

#25BCDE
(37,188,222)
0 Favorites   0 Comments

Color spaces of #25bcde

RGB 37188222
HSL0.530.740.51
HSV191°83°87°
CMYK 0.830.150.00   0.13
XYZ31.931041.633775.4604
Yxy41.63370.21430.2794
Hunter Lab64.5242-24.5832-24.1721
CIE-Lab70.6176-25.7666-27.6496

#25bcde color RGB value is (37,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111100 11011110
Octal 45 274 336
Decimal 37 188 222
Hex 25 BC DE

RGB Percentages of Color #25bcde

%8.28
%42.06
%49.66

CMYK Percentages of Color #25bcde

%83
%15
%0
%13

Triadic Colors of #25bcde

#25bcde #de25bc #bcde25

Analogous Colors of #25bcde

#25bcde #2560de #25dea4

Monochromatic Colors of #25bcde

#25bcde

Complementary Color

#25bcde #de4725

#25bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bcde Color CSS Codes

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

#25bcde Text Font Color

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

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


#25bcde Background Color

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

This div background color is #25bcde


#25bcde Border Color

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

This div border color is #25bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bcde


Comments

No comments written yet.

Please login to write comment.