color codes Logo

#018dcb color codes

#018DCB
(1,141,203)
0 Favorites   0 Comments

Color spaces of #018dcb

RGB 1141203
HSL0.550.990.40
HSV198°100°80°
CMYK 1.000.310.00   0.20
XYZ20.316923.368059.9396
Yxy23.36800.19610.2255
Hunter Lab48.3405-9.5745-39.6781
CIE-Lab55.4494-9.0138-40.7248

#018dcb color RGB value is (1,141,203).

#018dcb hex color red value is 1, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #018dcb hue: 0.55 , saturation: 0.99 and the lightness value of 018dcb is 0.40.

The process color (four color CMYK) of #018dcb color code is 1.00, 0.31, 0.00, 0.20. Web safe color of #018dcb is #0099cc. Color #018dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001101 11001011
Octal 1 215 313
Decimal 1 141 203
Hex 1 8D CB

RGB Percentages of Color #018dcb

%0.29
%40.87
%58.84

CMYK Percentages of Color #018dcb

%100
%31
%0
%20

Triadic Colors of #018dcb

#018dcb #cb018d #8dcb01

Analogous Colors of #018dcb

#018dcb #0128cb #01cba4

Monochromatic Colors of #018dcb

#018dcb

Complementary Color

#018dcb #cb3f01

#018dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#018dcb Color CSS Codes

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

#018dcb Text Font Color

<p style="color:#018dcb">Text here</p>

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


#018dcb Background Color

<div style="background-color:#018dcb">
Div content here</div>

This div background color is #018dcb


#018dcb Border Color

<div style="border:3px solid #018dcb">
Div here</div>

This div border color is #018dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,141,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #018dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #018dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #018dcb;
  box-shadow:         1px 1px 3px 2px #018dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,141,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018dcb


Comments

No comments written yet.

Please login to write comment.