Color Hex Logo

#127ac4 Color Hex

#127AC4
(18,122,196)
0 Favorites   0 Comments

Color spaces of #127ac4

RGB 18122196
HSL0.570.830.42
HSV205°91°77°
CMYK 0.910.380.00   0.23
XYZ17.172818.033254.8002
Yxy18.03320.19080.2004
Hunter Lab42.4655-2.1303-46.7857
CIE-Lab49.53640.1800-46.0943

#127ac4 color RGB value is (18,122,196).

#127ac4 hex color red value is 18, green value is 122 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #127ac4 hue: 0.57 , saturation: 0.83 and the lightness value of 127ac4 is 0.42.

The process color (four color CMYK) of #127ac4 color hex is 0.91, 0.38, 0.00, 0.23. Web safe color of #127ac4 is #0066cc. Color #127ac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 11000100
Octal 22 172 304
Decimal 18 122 196
Hex 12 7A C4

RGB Percentages of Color #127ac4

%5.36
%36.31
%58.33

CMYK Percentages of Color #127ac4

%91
%38
%0
%23

Triadic Colors of #127ac4

#127ac4 #c4127a #7ac412

Analogous Colors of #127ac4

#127ac4 #1221c4 #12c4b5

Monochromatic Colors of #127ac4

#127ac4

Complementary Color

#127ac4 #c45c12

#127ac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127ac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127ac4 Color CSS Codes

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

#127ac4 Text Font Color

<p style="color:#127ac4">Text here</p>

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


#127ac4 Background Color

<div style="background-color:#127ac4">
Div content here</div>

This div background color is #127ac4


#127ac4 Border Color

<div style="border:3px solid #127ac4">
Div here</div>

This div border color is #127ac4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,122,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #127ac4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #127ac4;
  -webkit-box-shadow: 1px 1px 3px 2px #127ac4;
  box-shadow:         1px 1px 3px 2px #127ac4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127ac4


Comments

No comments written yet.

Please login to write comment.