Color Hex Logo

#129eef Color Hex

#129EEF
(18,158,239)
0 Favorites   0 Comments

Color spaces of #129eef

RGB 18158239
HSL0.560.870.50
HSV202°92°94°
CMYK 0.920.340.00   0.06
XYZ28.056330.814386.1304
Yxy30.81430.19350.2125
Hunter Lab55.5106-6.9258-53.1370
CIE-Lab62.3506-4.8024-49.8803

#129eef color RGB value is (18,158,239).

#129eef hex color red value is 18, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #129eef hue: 0.56 , saturation: 0.87 and the lightness value of 129eef is 0.50.

The process color (four color CMYK) of #129eef color hex is 0.92, 0.34, 0.00, 0.06. Web safe color of #129eef is #0099ff. Color #129eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011110 11101111
Octal 22 236 357
Decimal 18 158 239
Hex 12 9E EF

RGB Percentages of Color #129eef

%4.34
%38.07
%57.59

CMYK Percentages of Color #129eef

%92
%34
%0
%6

Triadic Colors of #129eef

#129eef #ef129e #9eef12

Analogous Colors of #129eef

#129eef #1230ef #12efd2

Monochromatic Colors of #129eef

#129eef

Complementary Color

#129eef #ef6312

#129eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#129eef Color CSS Codes

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

#129eef Text Font Color

<p style="color:#129eef">Text here</p>

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


#129eef Background Color

<div style="background-color:#129eef">
Div content here</div>

This div background color is #129eef


#129eef Border Color

<div style="border:3px solid #129eef">
Div here</div>

This div border color is #129eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,158,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #129eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #129eef;
  -webkit-box-shadow: 1px 1px 3px 2px #129eef;
  box-shadow:         1px 1px 3px 2px #129eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129eef


Comments

No comments written yet.

Please login to write comment.