color codes Logo

#25e4fd color codes

#25E4FD
(37,228,253)
0 Favorites   0 Comments

Color spaces of #25e4fd

RGB 37228253
HSL0.520.980.57
HSV187°85°99°
CMYK 0.850.100.00   0.01
XYZ46.236062.9720102.6464
Yxy62.97200.21820.2972
Hunter Lab79.3549-34.8683-21.1438
CIE-Lab83.4276-35.3338-24.6792

#25e4fd color RGB value is (37,228,253).

#25e4fd hex color red value is 37, green value is 228 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #25e4fd hue: 0.52 , saturation: 0.98 and the lightness value of 25e4fd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11100100 11111101
Octal 45 344 375
Decimal 37 228 253
Hex 25 E4 FD

RGB Percentages of Color #25e4fd

%7.14
%44.02
%48.84

CMYK Percentages of Color #25e4fd

%85
%10
%0
%1

Triadic Colors of #25e4fd

#25e4fd #fd25e4 #e4fd25

Analogous Colors of #25e4fd

#25e4fd #2578fd #25fdaa

Monochromatic Colors of #25e4fd

#25e4fd

Complementary Color

#25e4fd #fd3e25

#25e4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25e4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25e4fd Color CSS Codes

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

#25e4fd Text Font Color

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

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


#25e4fd Background Color

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

This div background color is #25e4fd


#25e4fd Border Color

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

This div border color is #25e4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25e4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.