Color Hex Logo

#255fde Color Hex

#255FDE
(37,95,222)
0 Favorites   0 Comments

Color spaces of #255fde

RGB 3795222
HSL0.610.740.51
HSV221°83°87°
CMYK 0.830.570.00   0.13
XYZ18.040013.851770.8301
Yxy13.85170.17560.1348
Hunter Lab37.217921.3901-86.7835
CIE-Lab44.019528.6397-69.8117

#255fde color RGB value is (37,95,222).

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

The process color (four color CMYK) of #255fde color hex is 0.83, 0.57, 0.00, 0.13. Web safe color of #255fde is #3366cc. Color #255fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011111 11011110
Octal 45 137 336
Decimal 37 95 222
Hex 25 5F DE

RGB Percentages of Color #255fde

%10.45
%26.84
%62.71

CMYK Percentages of Color #255fde

%83
%57
%0
%13

Triadic Colors of #255fde

#255fde #de255f #5fde25

Analogous Colors of #255fde

#255fde #4725de #25bcde

Monochromatic Colors of #255fde

#255fde

Complementary Color

#255fde #dea425

#255fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#255fde Color CSS Codes

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

#255fde Text Font Color

<p style="color:#255fde">Text here</p>

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


#255fde Background Color

<div style="background-color:#255fde">
Div content here</div>

This div background color is #255fde


#255fde Border Color

<div style="border:3px solid #255fde">
Div here</div>

This div border color is #255fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,95,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 #255fde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255fde


Comments

No comments written yet.

Please login to write comment.