Color Hex Logo

#286edd Color Hex

#286EDD
(40,110,221)
0 Favorites   0 Comments

Color spaces of #286edd

RGB 40110221
HSL0.600.730.51
HSV217°82°87°
CMYK 0.820.500.00   0.13
XYZ19.502116.823470.6260
Yxy16.82340.18230.1573
Hunter Lab41.016313.0931-73.3800
CIE-Lab48.036718.8860-62.7188

#286edd color RGB value is (40,110,221).

#286edd hex color red value is 40, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #286edd hue: 0.60 , saturation: 0.73 and the lightness value of 286edd is 0.51.

The process color (four color CMYK) of #286edd color hex is 0.82, 0.50, 0.00, 0.13. Web safe color of #286edd is #3366cc. Color #286edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01101110 11011101
Octal 50 156 335
Decimal 40 110 221
Hex 28 6E DD

RGB Percentages of Color #286edd

%10.78
%29.65
%59.57

CMYK Percentages of Color #286edd

%82
%50
%0
%13

Triadic Colors of #286edd

#286edd #dd286e #6edd28

Analogous Colors of #286edd

#286edd #3c28dd #28c9dd

Monochromatic Colors of #286edd

#286edd

Complementary Color

#286edd #dd9728

#286edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#286edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#286edd Color CSS Codes

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

#286edd Text Font Color

<p style="color:#286edd">Text here</p>

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


#286edd Background Color

<div style="background-color:#286edd">
Div content here</div>

This div background color is #286edd


#286edd Border Color

<div style="border:3px solid #286edd">
Div here</div>

This div border color is #286edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,110,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #286edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #286edd;
  -webkit-box-shadow: 1px 1px 3px 2px #286edd;
  box-shadow:         1px 1px 3px 2px #286edd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #286edd


Comments

No comments written yet.

Please login to write comment.