Color Hex Logo

#127abd Color Hex

#127ABD
(18,122,189)
0 Favorites   0 Comments

Color spaces of #127abd

RGB 18122189
HSL0.570.830.41
HSV204°90°74°
CMYK 0.900.350.00   0.26
XYZ16.394317.721850.7007
Yxy17.72180.19330.2089
Hunter Lab42.0973-4.1554-41.9390
CIE-Lab49.1569-2.5222-42.6782

#127abd color RGB value is (18,122,189).

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

The process color (four color CMYK) of #127abd color hex is 0.90, 0.35, 0.00, 0.26. Web safe color of #127abd is #0066cc. Color #127abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 10111101
Octal 22 172 275
Decimal 18 122 189
Hex 12 7A BD

RGB Percentages of Color #127abd

%5.47
%37.08
%57.45

CMYK Percentages of Color #127abd

%90
%35
%0
%26

Triadic Colors of #127abd

#127abd #bd127a #7abd12

Analogous Colors of #127abd

#127abd #1225bd #12bdab

Monochromatic Colors of #127abd

#127abd

Complementary Color

#127abd #bd5512

#127abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#127abd Color CSS Codes

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

#127abd Text Font Color

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

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


#127abd Background Color

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

This div background color is #127abd


#127abd Border Color

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

This div border color is #127abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127abd


Comments

No comments written yet.

Please login to write comment.