Color Hex Logo

#0c6dee Color Hex

#0C6DEE
(12,109,238)
0 Favorites   0 Comments

Color spaces of #0c6dee

RGB 12109238
HSL0.600.900.49
HSV214°95°93°
CMYK 0.950.540.00   0.07
XYZ21.052917.188583.0970
Yxy17.18850.17350.1417
Hunter Lab41.459018.0891-89.8146
CIE-Lab48.496724.5220-71.5689

#0c6dee color RGB value is (12,109,238).

#0c6dee hex color red value is 12, green value is 109 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0c6dee hue: 0.60 , saturation: 0.90 and the lightness value of 0c6dee is 0.49.

The process color (four color CMYK) of #0c6dee color hex is 0.95, 0.54, 0.00, 0.07. Web safe color of #0c6dee is #0066ff. Color #0c6dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01101101 11101110
Octal 14 155 356
Decimal 12 109 238
Hex C 6D EE

RGB Percentages of Color #0c6dee

%3.34
%30.36
%66.30

CMYK Percentages of Color #0c6dee

%95
%54
%0
%7

Triadic Colors of #0c6dee

#0c6dee #ee0c6d #6dee0c

Analogous Colors of #0c6dee

#0c6dee #1c0cee #0cdeee

Monochromatic Colors of #0c6dee

#0c6dee

Complementary Color

#0c6dee #ee8d0c

#0c6dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c6dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c6dee Color CSS Codes

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

#0c6dee Text Font Color

<p style="color:#0c6dee">Text here</p>

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


#0c6dee Background Color

<div style="background-color:#0c6dee">
Div content here</div>

This div background color is #0c6dee


#0c6dee Border Color

<div style="border:3px solid #0c6dee">
Div here</div>

This div border color is #0c6dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,109,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c6dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c6dee;
  -webkit-box-shadow: 1px 1px 3px 2px #0c6dee;
  box-shadow:         1px 1px 3px 2px #0c6dee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,109,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c6dee


Comments

No comments written yet.

Please login to write comment.