Color Hex Logo

#138cca Color Hex

#138CCA
(19,140,202)
0 Favorites   0 Comments

Color spaces of #138cca

RGB 19140202
HSL0.560.830.43
HSV200°91°79°
CMYK 0.910.310.00   0.21
XYZ20.307323.158959.2769
Yxy23.15890.19770.2254
Hunter Lab48.1237-8.8928-39.3445
CIE-Lab55.2356-8.1396-40.4871

#138cca color RGB value is (19,140,202).

#138cca hex color red value is 19, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #138cca hue: 0.56 , saturation: 0.83 and the lightness value of 138cca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001100 11001010
Octal 23 214 312
Decimal 19 140 202
Hex 13 8C CA

RGB Percentages of Color #138cca

%5.26
%38.78
%55.96

CMYK Percentages of Color #138cca

%91
%31
%0
%21

Triadic Colors of #138cca

#138cca #ca138c #8cca13

Analogous Colors of #138cca

#138cca #1331ca #13caad

Monochromatic Colors of #138cca

#138cca

Complementary Color

#138cca #ca5113

#138cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#138cca Color CSS Codes

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

#138cca Text Font Color

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

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


#138cca Background Color

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

This div background color is #138cca


#138cca Border Color

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

This div border color is #138cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,140,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138cca


Comments

No comments written yet.

Please login to write comment.