Color Hex Logo

#121ecc Color Hex

#121ECC
(18,30,204)
0 Favorites   0 Comments

Color spaces of #121ecc

RGB 1830204
HSL0.660.840.44
HSV236°91°80°
CMYK 0.910.850.00   0.20
XYZ11.61285.416857.5602
Yxy5.41680.15570.0726
Hunter Lab23.274048.3348-130.3414
CIE-Lab27.890758.9214-86.0416

#121ecc color RGB value is (18,30,204).

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

The process color (four color CMYK) of #121ecc color hex is 0.91, 0.85, 0.00, 0.20. Web safe color of #121ecc is #0033cc. Color #121ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 11001100
Octal 22 36 314
Decimal 18 30 204
Hex 12 1E CC

RGB Percentages of Color #121ecc

%7.14
%11.90
%80.95

CMYK Percentages of Color #121ecc

%91
%85
%0
%20

Triadic Colors of #121ecc

#121ecc #cc121e #1ecc12

Analogous Colors of #121ecc

#121ecc #6312cc #127bcc

Monochromatic Colors of #121ecc

#121ecc

Complementary Color

#121ecc #ccc012

#121ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#121ecc Color CSS Codes

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

#121ecc Text Font Color

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

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


#121ecc Background Color

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

This div background color is #121ecc


#121ecc Border Color

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

This div border color is #121ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,30,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121ecc


Comments

No comments written yet.

Please login to write comment.