Color Hex Logo

#0284ee Color Hex

#0284EE
(2,132,238)
0 Favorites   0 Comments

Color spaces of #0284ee

RGB 2132238
HSL0.570.980.47
HSV207°99°93°
CMYK 0.990.450.00   0.07
XYZ23.708922.688584.0186
Yxy22.68850.18180.1740
Hunter Lab47.63245.4910-71.2386
CIE-Lab54.75009.7896-61.4605

#0284ee color RGB value is (2,132,238).

#0284ee hex color red value is 2, green value is 132 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0284ee hue: 0.57 , saturation: 0.98 and the lightness value of 0284ee is 0.47.

The process color (four color CMYK) of #0284ee color hex is 0.99, 0.45, 0.00, 0.07. Web safe color of #0284ee is #0099ff. Color #0284ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000100 11101110
Octal 2 204 356
Decimal 2 132 238
Hex 2 84 EE

RGB Percentages of Color #0284ee

%0.54
%35.48
%63.98

CMYK Percentages of Color #0284ee

%99
%45
%0
%7

Triadic Colors of #0284ee

#0284ee #ee0284 #84ee02

Analogous Colors of #0284ee

#0284ee #020eee #02eee2

Monochromatic Colors of #0284ee

#0284ee

Complementary Color

#0284ee #ee6c02

#0284ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0284ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0284ee Color CSS Codes

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

#0284ee Text Font Color

<p style="color:#0284ee">Text here</p>

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


#0284ee Background Color

<div style="background-color:#0284ee">
Div content here</div>

This div background color is #0284ee


#0284ee Border Color

<div style="border:3px solid #0284ee">
Div here</div>

This div border color is #0284ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,132,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0284ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0284ee;
  -webkit-box-shadow: 1px 1px 3px 2px #0284ee;
  box-shadow:         1px 1px 3px 2px #0284ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,132,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 #0284ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0284ee


Comments

No comments written yet.

Please login to write comment.