Color Hex Logo

#255fcd Color Hex

#255FCD
(37,95,205)
0 Favorites   0 Comments

Color spaces of #255fcd

RGB 3795205
HSL0.610.690.47
HSV219°82°80°
CMYK 0.820.540.00   0.20
XYZ15.874612.985559.4274
Yxy12.98550.17980.1471
Hunter Lab36.035415.5723-72.5527
CIE-Lab42.741422.1584-62.1670

#255fcd color RGB value is (37,95,205).

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

The process color (four color CMYK) of #255fcd color hex is 0.82, 0.54, 0.00, 0.20. Web safe color of #255fcd is #3366cc. Color #255fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011111 11001101
Octal 45 137 315
Decimal 37 95 205
Hex 25 5F CD

RGB Percentages of Color #255fcd

%10.98
%28.19
%60.83

CMYK Percentages of Color #255fcd

%82
%54
%0
%20

Triadic Colors of #255fcd

#255fcd #cd255f #5fcd25

Analogous Colors of #255fcd

#255fcd #3f25cd #25b3cd

Monochromatic Colors of #255fcd

#255fcd

Complementary Color

#255fcd #cd9325

#255fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#255fcd Color CSS Codes

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

#255fcd Text Font Color

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

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


#255fcd Background Color

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

This div background color is #255fcd


#255fcd Border Color

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

This div border color is #255fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255fcd


Comments

No comments written yet.

Please login to write comment.