Color Hex Logo

#255ddc Color Hex

#255DDC
(37,93,220)
0 Favorites   0 Comments

Color spaces of #255ddc

RGB 3793220
HSL0.620.720.50
HSV222°83°86°
CMYK 0.830.580.00   0.14
XYZ17.595613.389369.3672
Yxy13.38930.17530.1334
Hunter Lab36.591421.7999-86.7835
CIE-Lab43.344129.1719-69.7749

#255ddc color RGB value is (37,93,220).

#255ddc hex color red value is 37, green value is 93 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #255ddc hue: 0.62 , saturation: 0.72 and the lightness value of 255ddc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011101 11011100
Octal 45 135 334
Decimal 37 93 220
Hex 25 5D DC

RGB Percentages of Color #255ddc

%10.57
%26.57
%62.86

CMYK Percentages of Color #255ddc

%83
%58
%0
%14

Triadic Colors of #255ddc

#255ddc #dc255d #5ddc25

Analogous Colors of #255ddc

#255ddc #4825dc #25b9dc

Monochromatic Colors of #255ddc

#255ddc

Complementary Color

#255ddc #dca425

#255ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#255ddc Color CSS Codes

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

#255ddc Text Font Color

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

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


#255ddc Background Color

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

This div background color is #255ddc


#255ddc Border Color

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

This div border color is #255ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255ddc


Comments

No comments written yet.

Please login to write comment.