Color Hex Logo

#0c6beb Color Hex

#0C6BEB
(12,107,235)
0 Favorites   0 Comments

Color spaces of #0c6beb

RGB 12107235
HSL0.600.900.48
HSV214°95°92°
CMYK 0.950.540.00   0.08
XYZ20.404716.591780.7243
Yxy16.59170.17330.1409
Hunter Lab40.732918.1350-88.9876
CIE-Lab47.741424.6403-71.1147

#0c6beb color RGB value is (12,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 01101011 11101011
Octal 14 153 353
Decimal 12 107 235
Hex C 6B EB

RGB Percentages of Color #0c6beb

%3.39
%30.23
%66.38

CMYK Percentages of Color #0c6beb

%95
%54
%0
%8

Triadic Colors of #0c6beb

#0c6beb #eb0c6b #6beb0c

Analogous Colors of #0c6beb

#0c6beb #1c0ceb #0cdbeb

Monochromatic Colors of #0c6beb

#0c6beb

Complementary Color

#0c6beb #eb8c0c

#0c6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c6beb Color CSS Codes

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

#0c6beb Text Font Color

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

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


#0c6beb Background Color

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

This div background color is #0c6beb


#0c6beb Border Color

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

This div border color is #0c6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c6beb


Comments

No comments written yet.

Please login to write comment.