Color Hex Logo

#255ccc Color Hex

#255CCC
(37,92,204)
0 Favorites   0 Comments

Color spaces of #255ccc

RGB 3792204
HSL0.610.690.47
HSV220°82°80°
CMYK 0.820.550.00   0.20
XYZ15.489212.407258.7052
Yxy12.40720.17890.1433
Hunter Lab35.223916.8511-74.1579
CIE-Lab41.856123.7276-63.0285

#255ccc color RGB value is (37,92,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011100 11001100
Octal 45 134 314
Decimal 37 92 204
Hex 25 5C CC

RGB Percentages of Color #255ccc

%11.11
%27.63
%61.26

CMYK Percentages of Color #255ccc

%82
%55
%0
%20

Triadic Colors of #255ccc

#255ccc #cc255c #5ccc25

Analogous Colors of #255ccc

#255ccc #4225cc #25b0cc

Monochromatic Colors of #255ccc

#255ccc

Complementary Color

#255ccc #cc9525

#255ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#255ccc Color CSS Codes

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

#255ccc Text Font Color

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

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


#255ccc Background Color

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

This div background color is #255ccc


#255ccc Border Color

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

This div border color is #255ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255ccc


Comments

No comments written yet.

Please login to write comment.