Color Hex Logo

#121ebf Color Hex

#121EBF
(18,30,191)
0 Favorites   0 Comments

Color spaces of #121ebf

RGB 1830191
HSL0.660.830.41
HSV236°91°75°
CMYK 0.910.840.00   0.25
XYZ10.11774.818749.6871
Yxy4.81870.15660.0746
Hunter Lab21.951543.8574-118.8363
CIE-Lab26.211955.0174-81.1986

#121ebf color RGB value is (18,30,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 10111111
Octal 22 36 277
Decimal 18 30 191
Hex 12 1E BF

RGB Percentages of Color #121ebf

%7.53
%12.55
%79.92

CMYK Percentages of Color #121ebf

%91
%84
%0
%25

Triadic Colors of #121ebf

#121ebf #bf121e #1ebf12

Analogous Colors of #121ebf

#121ebf #5d12bf #1275bf

Monochromatic Colors of #121ebf

#121ebf

Complementary Color

#121ebf #bfb312

#121ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#121ebf Color CSS Codes

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

#121ebf Text Font Color

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

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


#121ebf Background Color

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

This div background color is #121ebf


#121ebf Border Color

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

This div border color is #121ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121ebf


Comments

No comments written yet.

Please login to write comment.