color codes Logo

#129ffc color codes

#129FFC
(18,159,252)
0 Favorites   0 Comments

Color spaces of #129ffc

RGB 18159252
HSL0.570.980.53
HSV204°93°99°
CMYK 0.930.370.00   0.01
XYZ30.218331.953196.6704
Yxy31.95310.19020.2012
Hunter Lab56.5271-3.4997-61.8265
CIE-Lab63.3041-0.5718-55.4929

#129ffc color RGB value is (18,159,252).

#129ffc hex color red value is 18, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #129ffc hue: 0.57 , saturation: 0.98 and the lightness value of 129ffc is 0.53.

The process color (four color CMYK) of #129ffc color code is 0.93, 0.37, 0.00, 0.01. Web safe color of #129ffc is #0099ff. Color #129ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011111 11111100
Octal 22 237 374
Decimal 18 159 252
Hex 12 9F FC

RGB Percentages of Color #129ffc

%4.20
%37.06
%58.74

CMYK Percentages of Color #129ffc

%93
%37
%0
%1

Triadic Colors of #129ffc

#129ffc #fc129f #9ffc12

Analogous Colors of #129ffc

#129ffc #122afc #12fce4

Monochromatic Colors of #129ffc

#129ffc

Complementary Color

#129ffc #fc6f12

#129ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#129ffc Color CSS Codes

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

#129ffc Text Font Color

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

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


#129ffc Background Color

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

This div background color is #129ffc


#129ffc Border Color

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

This div border color is #129ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129ffc


Comments

No comments written yet.

Please login to write comment.