Color Hex Logo

#285cee Color Hex

#285CEE
(40,92,238)
0 Favorites   0 Comments

Color spaces of #285cee

RGB 4092238
HSL0.620.850.55
HSV224°83°93°
CMYK 0.830.610.00   0.07
XYZ20.134814.278582.5837
Yxy14.27850.17210.1220
Hunter Lab37.786928.9869-103.1281
CIE-Lab44.629736.7268-77.8590

#285cee color RGB value is (40,92,238).

#285cee hex color red value is 40, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #285cee hue: 0.62 , saturation: 0.85 and the lightness value of 285cee is 0.55.

The process color (four color CMYK) of #285cee color hex is 0.83, 0.61, 0.00, 0.07. Web safe color of #285cee is #3366ff. Color #285cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011100 11101110
Octal 50 134 356
Decimal 40 92 238
Hex 28 5C EE

RGB Percentages of Color #285cee

%10.81
%24.86
%64.32

CMYK Percentages of Color #285cee

%83
%61
%0
%7

Triadic Colors of #285cee

#285cee #ee285c #5cee28

Analogous Colors of #285cee

#285cee #5728ee #28bfee

Monochromatic Colors of #285cee

#285cee

Complementary Color

#285cee #eeba28

#285cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#285cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#285cee Color CSS Codes

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

#285cee Text Font Color

<p style="color:#285cee">Text here</p>

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


#285cee Background Color

<div style="background-color:#285cee">
Div content here</div>

This div background color is #285cee


#285cee Border Color

<div style="border:3px solid #285cee">
Div here</div>

This div border color is #285cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,92,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #285cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #285cee;
  -webkit-box-shadow: 1px 1px 3px 2px #285cee;
  box-shadow:         1px 1px 3px 2px #285cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #285cee


Comments

No comments written yet.

Please login to write comment.