Color Hex Logo

#127deb Color Hex

#127DEB
(18,125,235)
0 Favorites   0 Comments

Color spaces of #127deb

RGB 18125235
HSL0.580.860.50
HSV210°92°92°
CMYK 0.920.470.00   0.08
XYZ22.578520.794081.4209
Yxy20.79400.18090.1666
Hunter Lab45.60048.5813-73.9437
CIE-Lab52.723313.4416-63.0444

#127deb color RGB value is (18,125,235).

#127deb hex color red value is 18, green value is 125 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #127deb hue: 0.58 , saturation: 0.86 and the lightness value of 127deb is 0.50.

The process color (four color CMYK) of #127deb color hex is 0.92, 0.47, 0.00, 0.08. Web safe color of #127deb is #0066ff. Color #127deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111101 11101011
Octal 22 175 353
Decimal 18 125 235
Hex 12 7D EB

RGB Percentages of Color #127deb

%4.76
%33.07
%62.17

CMYK Percentages of Color #127deb

%92
%47
%0
%8

Triadic Colors of #127deb

#127deb #eb127d #7deb12

Analogous Colors of #127deb

#127deb #1412eb #12eaeb

Monochromatic Colors of #127deb

#127deb

Complementary Color

#127deb #eb8012

#127deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#127deb Color CSS Codes

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

#127deb Text Font Color

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

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


#127deb Background Color

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

This div background color is #127deb


#127deb Border Color

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

This div border color is #127deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127deb


Comments

No comments written yet.

Please login to write comment.