Color Hex Logo

#0fb655 Color Hex

#0FB655
(15,182,85)
0 Favorites   0 Comments

Color spaces of #0fb655

RGB 1518285
HSL0.400.850.39
HSV145°92°71°
CMYK 0.920.000.53   0.29
XYZ18.564634.213314.2197
Yxy34.21330.27710.5107
Hunter Lab58.4921-45.707826.5308
CIE-Lab65.1315-59.601738.4114

#0fb655 color RGB value is (15,182,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110110 01010101
Octal 17 266 125
Decimal 15 182 85
Hex F B6 55

RGB Percentages of Color #0fb655

%5.32
%64.54
%30.14

CMYK Percentages of Color #0fb655

%92
%0
%53
%29

Triadic Colors of #0fb655

#0fb655 #550fb6 #b6550f

Analogous Colors of #0fb655

#0fb655 #0fb6a9 #1db60f

Monochromatic Colors of #0fb655

#0fb655

Complementary Color

#0fb655 #b60f70

#0fb655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb655 Color CSS Codes

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

#0fb655 Text Font Color

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

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


#0fb655 Background Color

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

This div background color is #0fb655


#0fb655 Border Color

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

This div border color is #0fb655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb655


Comments

No comments written yet.

Please login to write comment.