Color Hex Logo

#121dc6 Color Hex

#121DC6
(18,29,198)
0 Favorites   0 Comments

Color spaces of #121dc6

RGB 1829198
HSL0.660.830.42
HSV236°91°78°
CMYK 0.910.850.00   0.22
XYZ10.88195.084553.8340
Yxy5.08450.15590.0728
Hunter Lab22.548846.6823-125.7672
CIE-Lab26.974257.5536-84.0541

#121dc6 color RGB value is (18,29,198).

#121dc6 hex color red value is 18, green value is 29 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #121dc6 hue: 0.66 , saturation: 0.83 and the lightness value of 121dc6 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011101 11000110
Octal 22 35 306
Decimal 18 29 198
Hex 12 1D C6

RGB Percentages of Color #121dc6

%7.35
%11.84
%80.82

CMYK Percentages of Color #121dc6

%91
%85
%0
%22

Triadic Colors of #121dc6

#121dc6 #c6121d #1dc612

Analogous Colors of #121dc6

#121dc6 #6112c6 #1277c6

Monochromatic Colors of #121dc6

#121dc6

Complementary Color

#121dc6 #c6bb12

#121dc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121dc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121dc6 Color CSS Codes

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

#121dc6 Text Font Color

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

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


#121dc6 Background Color

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

This div background color is #121dc6


#121dc6 Border Color

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

This div border color is #121dc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121dc6


Comments

No comments written yet.

Please login to write comment.