Color Hex Logo

#021dee Color Hex

#021DEE
(2,29,238)
0 Favorites   0 Comments

Color spaces of #021dee

RGB 229238
HSL0.650.980.47
HSV233°99°93°
CMYK 0.990.880.00   0.07
XYZ15.89707.064781.4147
Yxy7.06470.15230.0677
Hunter Lab26.579560.2454-163.0034
CIE-Lab31.953768.7863-98.8494

#021dee color RGB value is (2,29,238).

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

The process color (four color CMYK) of #021dee color hex is 0.99, 0.88, 0.00, 0.07. Web safe color of #021dee is #0033ff. Color #021dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011101 11101110
Octal 2 35 356
Decimal 2 29 238
Hex 2 1D EE

RGB Percentages of Color #021dee

%0.74
%10.78
%88.48

CMYK Percentages of Color #021dee

%99
%88
%0
%7

Triadic Colors of #021dee

#021dee #ee021d #1dee02

Analogous Colors of #021dee

#021dee #5d02ee #0293ee

Monochromatic Colors of #021dee

#021dee

Complementary Color

#021dee #eed302

#021dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#021dee Color CSS Codes

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

#021dee Text Font Color

<p style="color:#021dee">Text here</p>

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


#021dee Background Color

<div style="background-color:#021dee">
Div content here</div>

This div background color is #021dee


#021dee Border Color

<div style="border:3px solid #021dee">
Div here</div>

This div border color is #021dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021dee


Comments

No comments written yet.

Please login to write comment.