Color Hex Logo

#288edf Color Hex

#288EDF
(40,142,223)
0 Favorites   0 Comments

Color spaces of #288edf

RGB 40142223
HSL0.570.740.52
HSV207°82°87°
CMYK 0.820.360.00   0.13
XYZ23.867425.124873.4037
Yxy25.12480.19500.2053
Hunter Lab50.1246-2.7234-51.7384
CIE-Lab57.1968-0.0571-49.1662

#288edf color RGB value is (40,142,223).

#288edf hex color red value is 40, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #288edf hue: 0.57 , saturation: 0.74 and the lightness value of 288edf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001110 11011111
Octal 50 216 337
Decimal 40 142 223
Hex 28 8E DF

RGB Percentages of Color #288edf

%9.88
%35.06
%55.06

CMYK Percentages of Color #288edf

%82
%36
%0
%13

Triadic Colors of #288edf

#288edf #df288e #8edf28

Analogous Colors of #288edf

#288edf #2833df #28dfd5

Monochromatic Colors of #288edf

#288edf

Complementary Color

#288edf #df7928

#288edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#288edf Color CSS Codes

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

#288edf Text Font Color

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

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


#288edf Background Color

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

This div background color is #288edf


#288edf Border Color

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

This div border color is #288edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,142,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288edf


Comments

No comments written yet.

Please login to write comment.