Color Hex Logo

#255dcc Color Hex

#255DCC
(37,93,204)
0 Favorites   0 Comments

Color spaces of #255dcc

RGB 3793204
HSL0.610.690.47
HSV220°82°80°
CMYK 0.820.540.00   0.20
XYZ15.576412.581658.7343
Yxy12.58160.17930.1448
Hunter Lab35.470616.3123-73.3466
CIE-Lab42.125923.0762-62.5902

#255dcc color RGB value is (37,93,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011101 11001100
Octal 45 135 314
Decimal 37 93 204
Hex 25 5D CC

RGB Percentages of Color #255dcc

%11.08
%27.84
%61.08

CMYK Percentages of Color #255dcc

%82
%54
%0
%20

Triadic Colors of #255dcc

#255dcc #cc255d #5dcc25

Analogous Colors of #255dcc

#255dcc #4125cc #25b1cc

Monochromatic Colors of #255dcc

#255dcc

Complementary Color

#255dcc #cc9425

#255dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#255dcc Color CSS Codes

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

#255dcc Text Font Color

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

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


#255dcc Background Color

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

This div background color is #255dcc


#255dcc Border Color

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

This div border color is #255dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255dcc


Comments

No comments written yet.

Please login to write comment.