Color Hex Logo

#121edf Color Hex

#121EDF
(18,30,223)
0 Favorites   0 Comments

Color spaces of #121edf

RGB 1830223
HSL0.660.850.47
HSV236°92°87°
CMYK 0.920.870.00   0.13
XYZ14.03306.384970.3048
Yxy6.38490.15470.0704
Hunter Lab25.268454.9119-147.2762
CIE-Lab30.363564.4231-92.9271

#121edf color RGB value is (18,30,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 11011111
Octal 22 36 337
Decimal 18 30 223
Hex 12 1E DF

RGB Percentages of Color #121edf

%6.64
%11.07
%82.29

CMYK Percentages of Color #121edf

%92
%87
%0
%13

Triadic Colors of #121edf

#121edf #df121e #1edf12

Analogous Colors of #121edf

#121edf #6d12df #1285df

Monochromatic Colors of #121edf

#121edf

Complementary Color

#121edf #dfd312

#121edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#121edf Color CSS Codes

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

#121edf Text Font Color

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

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


#121edf Background Color

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

This div background color is #121edf


#121edf Border Color

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

This div border color is #121edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121edf


Comments

No comments written yet.

Please login to write comment.