Color Hex Logo

#288ddc Color Hex

#288DDC
(40,141,220)
0 Favorites   0 Comments

Color spaces of #288ddc

RGB 40141220
HSL0.570.720.51
HSV206°82°86°
CMYK 0.820.360.00   0.14
XYZ23.318224.668271.2426
Yxy24.66820.19560.2069
Hunter Lab49.6671-3.1135-50.2788
CIE-Lab56.7507-0.5725-48.1972

#288ddc color RGB value is (40,141,220).

#288ddc hex color red value is 40, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #288ddc hue: 0.57 , saturation: 0.72 and the lightness value of 288ddc is 0.51.

The process color (four color CMYK) of #288ddc color hex is 0.82, 0.36, 0.00, 0.14. Web safe color of #288ddc is #3399cc. Color #288ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001101 11011100
Octal 50 215 334
Decimal 40 141 220
Hex 28 8D DC

RGB Percentages of Color #288ddc

%9.98
%35.16
%54.86

CMYK Percentages of Color #288ddc

%82
%36
%0
%14

Triadic Colors of #288ddc

#288ddc #dc288d #8ddc28

Analogous Colors of #288ddc

#288ddc #2833dc #28dcd1

Monochromatic Colors of #288ddc

#288ddc

Complementary Color

#288ddc #dc7728

#288ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#288ddc Color CSS Codes

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

#288ddc Text Font Color

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

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


#288ddc Background Color

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

This div background color is #288ddc


#288ddc Border Color

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

This div border color is #288ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288ddc


Comments

No comments written yet.

Please login to write comment.