Color Hex Logo

#138cdc Color Hex

#138CDC
(19,140,220)
0 Favorites   0 Comments

Color spaces of #138cdc

RGB 19140220
HSL0.570.840.47
HSV204°91°86°
CMYK 0.910.360.00   0.14
XYZ22.564924.061971.1653
Yxy24.06190.19160.2043
Hunter Lab49.0529-3.7306-51.6800
CIE-Lab56.1497-1.3896-49.1705

#138cdc color RGB value is (19,140,220).

#138cdc hex color red value is 19, green value is 140 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #138cdc hue: 0.57 , saturation: 0.84 and the lightness value of 138cdc is 0.47.

The process color (four color CMYK) of #138cdc color hex is 0.91, 0.36, 0.00, 0.14. Web safe color of #138cdc is #0099cc. Color #138cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001100 11011100
Octal 23 214 334
Decimal 19 140 220
Hex 13 8C DC

RGB Percentages of Color #138cdc

%5.01
%36.94
%58.05

CMYK Percentages of Color #138cdc

%91
%36
%0
%14

Triadic Colors of #138cdc

#138cdc #dc138c #8cdc13

Analogous Colors of #138cdc

#138cdc #1328dc #13dcc8

Monochromatic Colors of #138cdc

#138cdc

Complementary Color

#138cdc #dc6313

#138cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#138cdc Color CSS Codes

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

#138cdc Text Font Color

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

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


#138cdc Background Color

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

This div background color is #138cdc


#138cdc Border Color

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

This div border color is #138cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,140,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 #138cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138cdc


Comments

No comments written yet.

Please login to write comment.