Color Hex Logo

#129afc Color Hex

#129AFC
(18,154,252)
0 Favorites   0 Comments

Color spaces of #129afc

RGB 18154252
HSL0.570.980.53
HSV205°93°99°
CMYK 0.930.390.00   0.01
XYZ29.375730.268196.3895
Yxy30.26810.18830.1940
Hunter Lab55.0165-0.9698-65.3653
CIE-Lab61.88492.3438-57.7535

#129afc color RGB value is (18,154,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011010 11111100
Octal 22 232 374
Decimal 18 154 252
Hex 12 9A FC

RGB Percentages of Color #129afc

%4.25
%36.32
%59.43

CMYK Percentages of Color #129afc

%93
%39
%0
%1

Triadic Colors of #129afc

#129afc #fc129a #9afc12

Analogous Colors of #129afc

#129afc #1225fc #12fce9

Monochromatic Colors of #129afc

#129afc

Complementary Color

#129afc #fc7412

#129afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#129afc Color CSS Codes

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

#129afc Text Font Color

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

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


#129afc Background Color

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

This div background color is #129afc


#129afc Border Color

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

This div border color is #129afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,154,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 #129afc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129afc

Related Colors


Comments

No comments written yet.

Please login to write comment.