Color Hex Logo

#129edc Color Hex

#129EDC
(18,158,220)
0 Favorites   0 Comments

Color spaces of #129edc

RGB 18158220
HSL0.550.850.47
HSV198°92°86°
CMYK 0.920.280.00   0.14
XYZ25.394629.749672.1140
Yxy29.74960.19960.2338
Hunter Lab54.5432-12.3433-40.2097
CIE-Lab61.4376-11.7467-40.8214

#129edc color RGB value is (18,158,220).

#129edc hex color red value is 18, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #129edc hue: 0.55 , saturation: 0.85 and the lightness value of 129edc is 0.47.

The process color (four color CMYK) of #129edc color hex is 0.92, 0.28, 0.00, 0.14. Web safe color of #129edc is #0099cc. Color #129edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011110 11011100
Octal 22 236 334
Decimal 18 158 220
Hex 12 9E DC

RGB Percentages of Color #129edc

%4.55
%39.90
%55.56

CMYK Percentages of Color #129edc

%92
%28
%0
%14

Triadic Colors of #129edc

#129edc #dc129e #9edc12

Analogous Colors of #129edc

#129edc #1239dc #12dcb5

Monochromatic Colors of #129edc

#129edc

Complementary Color

#129edc #dc5012

#129edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#129edc Color CSS Codes

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

#129edc Text Font Color

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

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


#129edc Background Color

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

This div background color is #129edc


#129edc Border Color

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

This div border color is #129edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129edc


Comments

No comments written yet.

Please login to write comment.