Color Hex Logo

#129efd Color Hex

#129EFD
(18,158,253)
0 Favorites   0 Comments

Color spaces of #129efd

RGB 18158253
HSL0.570.980.53
HSV204°93°99°
CMYK 0.930.380.00   0.01
XYZ30.205931.674297.4502
Yxy31.67420.18960.1988
Hunter Lab56.2798-2.6871-63.2665
CIE-Lab63.07270.3789-56.4073

#129efd color RGB value is (18,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011110 11111101
Octal 22 236 375
Decimal 18 158 253
Hex 12 9E FD

RGB Percentages of Color #129efd

%4.20
%36.83
%58.97

CMYK Percentages of Color #129efd

%93
%38
%0
%1

Triadic Colors of #129efd

#129efd #fd129e #9efd12

Analogous Colors of #129efd

#129efd #1228fd #12fde7

Monochromatic Colors of #129efd

#129efd

Complementary Color

#129efd #fd7112

#129efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#129efd Color CSS Codes

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

#129efd Text Font Color

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

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


#129efd Background Color

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

This div background color is #129efd


#129efd Border Color

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

This div border color is #129efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129efd

Related Colors


Comments

No comments written yet.

Please login to write comment.