Color Hex Logo

#0f6cae Color Hex

#0F6CAE
(15,108,174)
0 Favorites   0 Comments

Color spaces of #0f6cae

RGB 15108174
HSL0.570.840.37
HSV205°91°68°
CMYK 0.910.380.00   0.32
XYZ13.199513.882742.0283
Yxy13.88270.19100.2009
Hunter Lab37.2595-1.9689-40.7968
CIE-Lab44.06420.0288-42.0619

#0f6cae color RGB value is (15,108,174).

#0f6cae hex color red value is 15, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0f6cae hue: 0.57 , saturation: 0.84 and the lightness value of 0f6cae is 0.37.

The process color (four color CMYK) of #0f6cae color hex is 0.91, 0.38, 0.00, 0.32. Web safe color of #0f6cae is #006699. Color #0f6cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01101100 10101110
Octal 17 154 256
Decimal 15 108 174
Hex F 6C AE

RGB Percentages of Color #0f6cae

%5.05
%36.36
%58.59

CMYK Percentages of Color #0f6cae

%91
%38
%0
%32

Triadic Colors of #0f6cae

#0f6cae #ae0f6c #6cae0f

Analogous Colors of #0f6cae

#0f6cae #0f1cae #0faea1

Monochromatic Colors of #0f6cae

#0f6cae

Complementary Color

#0f6cae #ae510f

#0f6cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f6cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f6cae Color CSS Codes

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

#0f6cae Text Font Color

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

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


#0f6cae Background Color

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

This div background color is #0f6cae


#0f6cae Border Color

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

This div border color is #0f6cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,108,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f6cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f6cae;
  -webkit-box-shadow: 1px 1px 3px 2px #0f6cae;
  box-shadow:         1px 1px 3px 2px #0f6cae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,108,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f6cae


Comments

No comments written yet.

Please login to write comment.