Color Hex Logo

#127dbf Color Hex

#127DBF
(18,125,191)
0 Favorites   0 Comments

Color spaces of #127dbf

RGB 18125191
HSL0.560.830.41
HSV203°91°75°
CMYK 0.910.350.00   0.25
XYZ16.987018.557451.9768
Yxy18.55740.19410.2120
Hunter Lab43.0783-4.9994-41.3825
CIE-Lab50.1653-3.5542-42.2294

#127dbf color RGB value is (18,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111101 10111111
Octal 22 175 277
Decimal 18 125 191
Hex 12 7D BF

RGB Percentages of Color #127dbf

%5.39
%37.43
%57.19

CMYK Percentages of Color #127dbf

%91
%35
%0
%25

Triadic Colors of #127dbf

#127dbf #bf127d #7dbf12

Analogous Colors of #127dbf

#127dbf #1226bf #12bfab

Monochromatic Colors of #127dbf

#127dbf

Complementary Color

#127dbf #bf5412

#127dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#127dbf Color CSS Codes

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

#127dbf Text Font Color

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

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


#127dbf Background Color

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

This div background color is #127dbf


#127dbf Border Color

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

This div border color is #127dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127dbf


Comments

No comments written yet.

Please login to write comment.