Color Hex Logo

#121ced Color Hex

#121CED
(18,28,237)
0 Favorites   0 Comments

Color spaces of #121ced

RGB 1828237
HSL0.660.860.50
HSV237°92°93°
CMYK 0.920.880.00   0.07
XYZ15.95087.073580.6454
Yxy7.07350.15390.0682
Hunter Lab26.596160.5111-161.1638
CIE-Lab31.973769.0109-98.2415

#121ced color RGB value is (18,28,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011100 11101101
Octal 22 34 355
Decimal 18 28 237
Hex 12 1C ED

RGB Percentages of Color #121ced

%6.36
%9.89
%83.75

CMYK Percentages of Color #121ced

%92
%88
%0
%7

Triadic Colors of #121ced

#121ced #ed121c #1ced12

Analogous Colors of #121ced

#121ced #7612ed #128aed

Monochromatic Colors of #121ced

#121ced

Complementary Color

#121ced #ede312

#121ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#121ced Color CSS Codes

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

#121ced Text Font Color

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

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


#121ced Background Color

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

This div background color is #121ced


#121ced Border Color

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

This div border color is #121ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121ced


Comments

No comments written yet.

Please login to write comment.