Color Hex Logo

#127ebd Color Hex

#127EBD
(18,126,189)
0 Favorites   0 Comments

Color spaces of #127ebd

RGB 18126189
HSL0.560.830.41
HSV202°90°74°
CMYK 0.900.330.00   0.26
XYZ16.895618.724450.8678
Yxy18.72440.19540.2165
Hunter Lab43.2717-6.0295-39.4078
CIE-Lab50.3632-4.9132-40.7685

#127ebd color RGB value is (18,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111110 10111101
Octal 22 176 275
Decimal 18 126 189
Hex 12 7E BD

RGB Percentages of Color #127ebd

%5.41
%37.84
%56.76

CMYK Percentages of Color #127ebd

%90
%33
%0
%26

Triadic Colors of #127ebd

#127ebd #bd127e #7ebd12

Analogous Colors of #127ebd

#127ebd #1228bd #12bda7

Monochromatic Colors of #127ebd

#127ebd

Complementary Color

#127ebd #bd5112

#127ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#127ebd Color CSS Codes

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

#127ebd Text Font Color

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

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


#127ebd Background Color

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

This div background color is #127ebd


#127ebd Border Color

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

This div border color is #127ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127ebd


Comments

No comments written yet.

Please login to write comment.