Color Hex Logo

#288ccc Color Hex

#288CCC
(40,140,204)
0 Favorites   0 Comments

Color spaces of #288ccc

RGB 40140204
HSL0.570.670.48
HSV203°80°80°
CMYK 0.800.310.00   0.20
XYZ21.152223.566960.5608
Yxy23.56690.20090.2238
Hunter Lab48.5458-7.1796-39.9822
CIE-Lab55.6515-5.8430-40.9406

#288ccc color RGB value is (40,140,204).

#288ccc hex color red value is 40, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #288ccc hue: 0.57 , saturation: 0.67 and the lightness value of 288ccc is 0.48.

The process color (four color CMYK) of #288ccc color hex is 0.80, 0.31, 0.00, 0.20. Web safe color of #288ccc is #3399cc. Color #288ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001100 11001100
Octal 50 214 314
Decimal 40 140 204
Hex 28 8C CC

RGB Percentages of Color #288ccc

%10.42
%36.46
%53.13

CMYK Percentages of Color #288ccc

%80
%31
%0
%20

Triadic Colors of #288ccc

#288ccc #cc288c #8ccc28

Analogous Colors of #288ccc

#288ccc #283acc #28ccba

Monochromatic Colors of #288ccc

#288ccc

Complementary Color

#288ccc #cc6828

#288ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#288ccc Color CSS Codes

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

#288ccc Text Font Color

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

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


#288ccc Background Color

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

This div background color is #288ccc


#288ccc Border Color

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

This div border color is #288ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288ccc


Comments

No comments written yet.

Please login to write comment.