Color Hex Logo

#127fdf Color Hex

#127FDF
(18,127,223)
0 Favorites   0 Comments

Color spaces of #127fdf

RGB 18127223
HSL0.580.850.47
HSV208°92°87°
CMYK 0.920.430.00   0.13
XYZ21.158120.635172.6798
Yxy20.63510.18480.1803
Hunter Lab45.42593.6450-63.0638
CIE-Lab52.54787.5633-56.6033

#127fdf color RGB value is (18,127,223).

#127fdf hex color red value is 18, green value is 127 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #127fdf hue: 0.58 , saturation: 0.85 and the lightness value of 127fdf is 0.47.

The process color (four color CMYK) of #127fdf color hex is 0.92, 0.43, 0.00, 0.13. Web safe color of #127fdf is #0066cc. Color #127fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111111 11011111
Octal 22 177 337
Decimal 18 127 223
Hex 12 7F DF

RGB Percentages of Color #127fdf

%4.89
%34.51
%60.60

CMYK Percentages of Color #127fdf

%92
%43
%0
%13

Triadic Colors of #127fdf

#127fdf #df127f #7fdf12

Analogous Colors of #127fdf

#127fdf #1219df #12dfd9

Monochromatic Colors of #127fdf

#127fdf

Complementary Color

#127fdf #df7212

#127fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#127fdf Color CSS Codes

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

#127fdf Text Font Color

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

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


#127fdf Background Color

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

This div background color is #127fdf


#127fdf Border Color

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

This div border color is #127fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127fdf


Comments

No comments written yet.

Please login to write comment.