Color Hex Logo

#121edc Color Hex

#121EDC
(18,30,220)
0 Favorites   0 Comments

Color spaces of #121edc

RGB 1830220
HSL0.660.850.47
HSV236°92°86°
CMYK 0.920.860.00   0.14
XYZ13.63206.224568.1931
Yxy6.22450.15480.0707
Hunter Lab24.948953.8710-144.5934
CIE-Lab29.971963.5692-91.8538

#121edc color RGB value is (18,30,220).

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

The process color (four color CMYK) of #121edc color hex is 0.92, 0.86, 0.00, 0.14. Web safe color of #121edc is #0033cc. Color #121edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 11011100
Octal 22 36 334
Decimal 18 30 220
Hex 12 1E DC

RGB Percentages of Color #121edc

%6.72
%11.19
%82.09

CMYK Percentages of Color #121edc

%92
%86
%0
%14

Triadic Colors of #121edc

#121edc #dc121e #1edc12

Analogous Colors of #121edc

#121edc #6b12dc #1283dc

Monochromatic Colors of #121edc

#121edc

Complementary Color

#121edc #dcd012

#121edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#121edc Color CSS Codes

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

#121edc Text Font Color

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

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


#121edc Background Color

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

This div background color is #121edc


#121edc Border Color

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

This div border color is #121edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121edc


Comments

No comments written yet.

Please login to write comment.