Color Hex Logo

#25effa Color Hex

#25EFFA
(37,239,250)
0 Favorites   0 Comments

Color spaces of #25effa

RGB 37239250
HSL0.510.960.56
HSV183°85°98°
CMYK 0.850.040.00   0.02
XYZ48.884869.0284101.1898
Yxy69.02840.22310.3150
Hunter Lab83.0833-40.3695-14.0528
CIE-Lab86.5181-41.2845-18.4188

#25effa color RGB value is (37,239,250).

#25effa hex color red value is 37, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #25effa hue: 0.51 , saturation: 0.96 and the lightness value of 25effa is 0.56.

The process color (four color CMYK) of #25effa color hex is 0.85, 0.04, 0.00, 0.02. Web safe color of #25effa is #33ffff. Color #25effa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101111 11111010
Octal 45 357 372
Decimal 37 239 250
Hex 25 EF FA

RGB Percentages of Color #25effa

%7.03
%45.44
%47.53

CMYK Percentages of Color #25effa

%85
%4
%0
%2

Triadic Colors of #25effa

#25effa #fa25ef #effa25

Analogous Colors of #25effa

#25effa #2585fa #25fa9b

Monochromatic Colors of #25effa

#25effa

Complementary Color

#25effa #fa3025

#25effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#25effa Color CSS Codes

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

#25effa Text Font Color

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

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


#25effa Background Color

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

This div background color is #25effa


#25effa Border Color

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

This div border color is #25effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25effa


Comments

No comments written yet.

Please login to write comment.