Color Hex Logo

#138cbf Color Hex

#138CBF
(19,140,191)
0 Favorites   0 Comments

Color spaces of #138cbf

RGB 19140191
HSL0.550.820.41
HSV198°90°75°
CMYK 0.900.270.00   0.25
XYZ19.050622.656252.6592
Yxy22.65620.20190.2401
Hunter Lab47.5985-11.8555-32.2747
CIE-Lab54.7164-12.1993-35.0637

#138cbf color RGB value is (19,140,191).

#138cbf hex color red value is 19, green value is 140 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #138cbf hue: 0.55 , saturation: 0.82 and the lightness value of 138cbf is 0.41.

The process color (four color CMYK) of #138cbf color hex is 0.90, 0.27, 0.00, 0.25. Web safe color of #138cbf is #0099cc. Color #138cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001100 10111111
Octal 23 214 277
Decimal 19 140 191
Hex 13 8C BF

RGB Percentages of Color #138cbf

%5.43
%40.00
%54.57

CMYK Percentages of Color #138cbf

%90
%27
%0
%25

Triadic Colors of #138cbf

#138cbf #bf138c #8cbf13

Analogous Colors of #138cbf

#138cbf #1336bf #13bf9c

Monochromatic Colors of #138cbf

#138cbf

Complementary Color

#138cbf #bf4613

#138cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#138cbf Color CSS Codes

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

#138cbf Text Font Color

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

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


#138cbf Background Color

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

This div background color is #138cbf


#138cbf Border Color

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

This div border color is #138cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138cbf


Comments

No comments written yet.

Please login to write comment.