Color Hex Logo

#0fb683 Color Hex

#0FB683
(15,182,131)
0 Favorites   0 Comments

Color spaces of #0fb683

RGB 15182131
HSL0.450.850.39
HSV162°92°71°
CMYK 0.920.000.28   0.29
XYZ21.021735.196127.1583
Yxy35.19610.25210.4221
Hunter Lab59.3263-40.571314.3867
CIE-Lab65.9011-50.646415.3130

#0fb683 color RGB value is (15,182,131).

#0fb683 hex color red value is 15, green value is 182 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #0fb683 hue: 0.45 , saturation: 0.85 and the lightness value of 0fb683 is 0.39.

The process color (four color CMYK) of #0fb683 color hex is 0.92, 0.00, 0.28, 0.29. Web safe color of #0fb683 is #00cc99. Color #0fb683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110110 10000011
Octal 17 266 203
Decimal 15 182 131
Hex F B6 83

RGB Percentages of Color #0fb683

%4.57
%55.49
%39.94

CMYK Percentages of Color #0fb683

%92
%0
%28
%29

Triadic Colors of #0fb683

#0fb683 #830fb6 #b6830f

Analogous Colors of #0fb683

#0fb683 #0f96b6 #0fb630

Monochromatic Colors of #0fb683

#0fb683

Complementary Color

#0fb683 #b60f42

#0fb683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb683 Color CSS Codes

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

#0fb683 Text Font Color

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

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


#0fb683 Background Color

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

This div background color is #0fb683


#0fb683 Border Color

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

This div border color is #0fb683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb683


Comments

No comments written yet.

Please login to write comment.