Color Hex Logo

#25bcfc Color Hex

#25BCFC
(37,188,252)
0 Favorites   0 Comments

Color spaces of #25bcfc

RGB 37188252
HSL0.550.970.57
HSV198°85°99°
CMYK 0.850.250.00   0.01
XYZ36.316943.388098.5561
Yxy43.38800.20370.2434
Hunter Lab65.8696-16.8565-42.6028
CIE-Lab71.8175-15.7020-42.0564

#25bcfc color RGB value is (37,188,252).

#25bcfc hex color red value is 37, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #25bcfc hue: 0.55 , saturation: 0.97 and the lightness value of 25bcfc is 0.57.

The process color (four color CMYK) of #25bcfc color hex is 0.85, 0.25, 0.00, 0.01. Web safe color of #25bcfc is #33ccff. Color #25bcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111100 11111100
Octal 45 274 374
Decimal 37 188 252
Hex 25 BC FC

RGB Percentages of Color #25bcfc

%7.76
%39.41
%52.83

CMYK Percentages of Color #25bcfc

%85
%25
%0
%1

Triadic Colors of #25bcfc

#25bcfc #fc25bc #bcfc25

Analogous Colors of #25bcfc

#25bcfc #2551fc #25fcd1

Monochromatic Colors of #25bcfc

#25bcfc

Complementary Color

#25bcfc #fc6525

#25bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bcfc Color CSS Codes

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

#25bcfc Text Font Color

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

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


#25bcfc Background Color

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

This div background color is #25bcfc


#25bcfc Border Color

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

This div border color is #25bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.