Color Hex Logo

#0f261b Color Hex

#0F261B
(15,38,27)
0 Favorites   0 Comments

Color spaces of #0f261b

RGB 153827
HSL0.420.430.10
HSV151°61°15°
CMYK 0.610.000.29   0.85
XYZ1.08791.56691.2820
Yxy1.56690.27630.3980
Hunter Lab12.5176-6.39242.6901
CIE-Lab13.0272-12.43554.5475

#0f261b color RGB value is (15,38,27).

#0f261b hex color red value is 15, green value is 38 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #0f261b hue: 0.42 , saturation: 0.43 and the lightness value of 0f261b is 0.10.

The process color (four color CMYK) of #0f261b color hex is 0.61, 0.00, 0.29, 0.85. Web safe color of #0f261b is #003333. Color #0f261b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100110 00011011
Octal 17 46 33
Decimal 15 38 27
Hex F 26 1B

RGB Percentages of Color #0f261b

%18.75
%47.50
%33.75

CMYK Percentages of Color #0f261b

%61
%0
%29
%85

Triadic Colors of #0f261b

#0f261b #1b0f26 #261b0f

Analogous Colors of #0f261b

#0f261b #0f2626 #0f2610

Monochromatic Colors of #0f261b

#0f261b

Complementary Color

#0f261b #260f1a

#0f261b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f261b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f261b Color CSS Codes

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

#0f261b Text Font Color

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

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


#0f261b Background Color

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

This div background color is #0f261b


#0f261b Border Color

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

This div border color is #0f261b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f261b


Comments

No comments written yet.

Please login to write comment.