Color Hex Logo

#0fefbd Color Hex

#0FEFBD
(15,239,189)
0 Favorites   0 Comments

Color spaces of #0fefbd

RGB 15239189
HSL0.460.880.50
HSV167°94°94°
CMYK 0.940.000.21   0.06
XYZ40.248865.508758.6672
Yxy65.50870.24480.3984
Hunter Lab80.9374-52.875513.6801
CIE-Lab84.7452-58.776810.9533

#0fefbd color RGB value is (15,239,189).

#0fefbd hex color red value is 15, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0fefbd hue: 0.46 , saturation: 0.88 and the lightness value of 0fefbd is 0.50.

The process color (four color CMYK) of #0fefbd color hex is 0.94, 0.00, 0.21, 0.06. Web safe color of #0fefbd is #00ffcc. Color #0fefbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101111 10111101
Octal 17 357 275
Decimal 15 239 189
Hex F EF BD

RGB Percentages of Color #0fefbd

%3.39
%53.95
%42.66

CMYK Percentages of Color #0fefbd

%94
%0
%21
%6

Triadic Colors of #0fefbd

#0fefbd #bd0fef #efbd0f

Analogous Colors of #0fefbd

#0fefbd #0fb1ef #0fef4d

Monochromatic Colors of #0fefbd

#0fefbd

Complementary Color

#0fefbd #ef0f41

#0fefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fefbd Color CSS Codes

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

#0fefbd Text Font Color

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

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


#0fefbd Background Color

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

This div background color is #0fefbd


#0fefbd Border Color

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

This div border color is #0fefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fefbd


Comments

No comments written yet.

Please login to write comment.