Color Hex Logo

#127cdc Color Hex

#127CDC
(18,124,220)
0 Favorites   0 Comments

Color spaces of #127cdc

RGB 18124220
HSL0.580.850.47
HSV209°92°86°
CMYK 0.920.440.00   0.14
XYZ20.375419.711270.4409
Yxy19.71120.18430.1783
Hunter Lab44.39734.2243-62.9916
CIE-Lab51.50918.2568-56.5806

#127cdc color RGB value is (18,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111100 11011100
Octal 22 174 334
Decimal 18 124 220
Hex 12 7C DC

RGB Percentages of Color #127cdc

%4.97
%34.25
%60.77

CMYK Percentages of Color #127cdc

%92
%44
%0
%14

Triadic Colors of #127cdc

#127cdc #dc127c #7cdc12

Analogous Colors of #127cdc

#127cdc #1217dc #12dcd7

Monochromatic Colors of #127cdc

#127cdc

Complementary Color

#127cdc #dc7212

#127cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#127cdc Color CSS Codes

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

#127cdc Text Font Color

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

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


#127cdc Background Color

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

This div background color is #127cdc


#127cdc Border Color

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

This div border color is #127cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127cdc


Comments

No comments written yet.

Please login to write comment.