Color Hex Logo

#121eee Color Hex

#121EEE
(18,30,238)
0 Favorites   0 Comments

Color spaces of #121eee

RGB 1830238
HSL0.660.870.50
HSV237°92°93°
CMYK 0.920.870.00   0.07
XYZ16.14637.230281.4335
Yxy7.23020.15410.0690
Hunter Lab26.889060.1297-160.7376
CIE-Lab32.325368.6173-98.2227

#121eee color RGB value is (18,30,238).

#121eee hex color red value is 18, green value is 30 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #121eee hue: 0.66 , saturation: 0.87 and the lightness value of 121eee is 0.50.

The process color (four color CMYK) of #121eee color hex is 0.92, 0.87, 0.00, 0.07. Web safe color of #121eee is #0033ff. Color #121eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 11101110
Octal 22 36 356
Decimal 18 30 238
Hex 12 1E EE

RGB Percentages of Color #121eee

%6.29
%10.49
%83.22

CMYK Percentages of Color #121eee

%92
%87
%0
%7

Triadic Colors of #121eee

#121eee #ee121e #1eee12

Analogous Colors of #121eee

#121eee #7412ee #128cee

Monochromatic Colors of #121eee

#121eee

Complementary Color

#121eee #eee212

#121eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#121eee Color CSS Codes

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

#121eee Text Font Color

<p style="color:#121eee">Text here</p>

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


#121eee Background Color

<div style="background-color:#121eee">
Div content here</div>

This div background color is #121eee


#121eee Border Color

<div style="border:3px solid #121eee">
Div here</div>

This div border color is #121eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,30,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121eee;
  -webkit-box-shadow: 1px 1px 3px 2px #121eee;
  box-shadow:         1px 1px 3px 2px #121eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,30,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 #121eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121eee


Comments

No comments written yet.

Please login to write comment.