Color Hex Logo

#0f434b Color Hex

#0F434B
(15,67,75)
0 Favorites   0 Comments

Color spaces of #0f434b

RGB 156775
HSL0.520.670.18
HSV188°80°29°
CMYK 0.800.110.00   0.71
XYZ3.47424.62397.3660
Yxy4.62390.22470.2990
Hunter Lab21.5033-8.7911-5.2577
CIE-Lab25.6352-13.5255-9.7082

#0f434b color RGB value is (15,67,75).

#0f434b hex color red value is 15, green value is 67 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #0f434b hue: 0.52 , saturation: 0.67 and the lightness value of 0f434b is 0.18.

The process color (four color CMYK) of #0f434b color hex is 0.80, 0.11, 0.00, 0.71. Web safe color of #0f434b is #003333. Color #0f434b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000011 01001011
Octal 17 103 113
Decimal 15 67 75
Hex F 43 4B

RGB Percentages of Color #0f434b

%9.55
%42.68
%47.77

CMYK Percentages of Color #0f434b

%80
%11
%0
%71

Triadic Colors of #0f434b

#0f434b #4b0f43 #434b0f

Analogous Colors of #0f434b

#0f434b #0f254b #0f4b35

Monochromatic Colors of #0f434b

#0f434b

Complementary Color

#0f434b #4b170f

#0f434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f434b Color CSS Codes

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

#0f434b Text Font Color

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

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


#0f434b Background Color

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

This div background color is #0f434b


#0f434b Border Color

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

This div border color is #0f434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f434b


Comments

No comments written yet.

Please login to write comment.