Color Hex Logo

#018ced Color Hex

#018CED
(1,140,237)
0 Favorites   0 Comments

Color spaces of #018ced

RGB 1140237
HSL0.570.990.47
HSV205°100°93°
CMYK 1.000.410.00   0.07
XYZ24.676724.877083.6219
Yxy24.87700.18530.1868
Hunter Lab49.87681.0289-64.4899
CIE-Lab56.95544.5094-57.3690

#018ced color RGB value is (1,140,237).

#018ced hex color red value is 1, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #018ced hue: 0.57 , saturation: 0.99 and the lightness value of 018ced is 0.47.

The process color (four color CMYK) of #018ced color hex is 1.00, 0.41, 0.00, 0.07. Web safe color of #018ced is #0099ff. Color #018ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001100 11101101
Octal 1 214 355
Decimal 1 140 237
Hex 1 8C ED

RGB Percentages of Color #018ced

%0.26
%37.04
%62.70

CMYK Percentages of Color #018ced

%100
%41
%0
%7

Triadic Colors of #018ced

#018ced #ed018c #8ced01

Analogous Colors of #018ced

#018ced #0116ed #01edd8

Monochromatic Colors of #018ced

#018ced

Complementary Color

#018ced #ed6201

#018ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#018ced Color CSS Codes

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

#018ced Text Font Color

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

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


#018ced Background Color

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

This div background color is #018ced


#018ced Border Color

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

This div border color is #018ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018ced


Comments

No comments written yet.

Please login to write comment.