Color Hex Logo

#129cde Color Hex

#129CDE
(18,156,222)
0 Favorites   0 Comments

Color spaces of #129cde

RGB 18156222
HSL0.550.850.47
HSV199°92°87°
CMYK 0.920.300.00   0.13
XYZ25.322729.179573.4048
Yxy29.17950.19800.2281
Hunter Lab54.0181-10.8540-42.7562
CIE-Lab60.9397-9.9050-42.7138

#129cde color RGB value is (18,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011100 11011110
Octal 22 234 336
Decimal 18 156 222
Hex 12 9C DE

RGB Percentages of Color #129cde

%4.55
%39.39
%56.06

CMYK Percentages of Color #129cde

%92
%30
%0
%13

Triadic Colors of #129cde

#129cde #de129c #9cde12

Analogous Colors of #129cde

#129cde #1236de #12deba

Monochromatic Colors of #129cde

#129cde

Complementary Color

#129cde #de5412

#129cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#129cde Color CSS Codes

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

#129cde Text Font Color

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

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


#129cde Background Color

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

This div background color is #129cde


#129cde Border Color

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

This div border color is #129cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129cde


Comments

No comments written yet.

Please login to write comment.