color codes Logo

#018fdc color codes

#018FDC
(1,143,220)
0 Favorites   0 Comments

Color spaces of #018fdc

RGB 1143220
HSL0.560.990.43
HSV201°100°86°
CMYK 1.000.350.00   0.14
XYZ22.753224.818771.3014
Yxy24.81870.19140.2088
Hunter Lab49.8184-5.6571-49.9846
CIE-Lab56.8983-3.7577-47.9903

#018fdc color RGB value is (1,143,220).

#018fdc hex color red value is 1, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #018fdc hue: 0.56 , saturation: 0.99 and the lightness value of 018fdc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001111 11011100
Octal 1 217 334
Decimal 1 143 220
Hex 1 8F DC

RGB Percentages of Color #018fdc

%0.27
%39.29
%60.44

CMYK Percentages of Color #018fdc

%100
%35
%0
%14

Triadic Colors of #018fdc

#018fdc #dc018f #8fdc01

Analogous Colors of #018fdc

#018fdc #0122dc #01dcbc

Monochromatic Colors of #018fdc

#018fdc

Complementary Color

#018fdc #dc4e01

#018fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#018fdc Color CSS Codes

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

#018fdc Text Font Color

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

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


#018fdc Background Color

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

This div background color is #018fdc


#018fdc Border Color

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

This div border color is #018fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,143,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 #018fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018fdc


Comments

No comments written yet.

Please login to write comment.