Color Hex Logo

#155fcc Color Hex

#155FCC
(21,95,204)
0 Favorites   0 Comments

Color spaces of #155fcc

RGB 2195204
HSL0.600.810.44
HSV216°90°80°
CMYK 0.900.530.00   0.20
XYZ15.300612.703558.7723
Yxy12.70350.17630.1464
Hunter Lab35.642014.2541-72.8177
CIE-Lab42.313120.6451-62.3027

#155fcc color RGB value is (21,95,204).

#155fcc hex color red value is 21, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #155fcc hue: 0.60 , saturation: 0.81 and the lightness value of 155fcc is 0.44.

The process color (four color CMYK) of #155fcc color hex is 0.90, 0.53, 0.00, 0.20. Web safe color of #155fcc is #0066cc. Color #155fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011111 11001100
Octal 25 137 314
Decimal 21 95 204
Hex 15 5F CC

RGB Percentages of Color #155fcc

%6.56
%29.69
%63.75

CMYK Percentages of Color #155fcc

%90
%53
%0
%20

Triadic Colors of #155fcc

#155fcc #cc155f #5fcc15

Analogous Colors of #155fcc

#155fcc #2715cc #15bbcc

Monochromatic Colors of #155fcc

#155fcc

Complementary Color

#155fcc #cc8215

#155fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#155fcc Color CSS Codes

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

#155fcc Text Font Color

<p style="color:#155fcc">Text here</p>

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


#155fcc Background Color

<div style="background-color:#155fcc">
Div content here</div>

This div background color is #155fcc


#155fcc Border Color

<div style="border:3px solid #155fcc">
Div here</div>

This div border color is #155fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,95,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #155fcc;
  box-shadow:         1px 1px 3px 2px #155fcc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155fcc


Comments

No comments written yet.

Please login to write comment.