Color Hex Logo

#bfd062 Color Hex

#BFD062
(191,208,98)
0 Favorites   0 Comments

Color spaces of #bfd062

RGB 19120898
HSL0.190.540.60
HSV69°53°82°
CMYK 0.080.000.53   0.18
XYZ46.246357.070020.1334
Yxy57.07000.37460.4623
Hunter Lab75.5447-22.930637.0799
CIE-Lab80.2190-21.474151.9531

#bfd062 color RGB value is (191,208,98).

#bfd062 hex color red value is 191, green value is 208 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bfd062 hue: 0.19 , saturation: 0.54 and the lightness value of bfd062 is 0.60.

The process color (four color CMYK) of #bfd062 color hex is 0.08, 0.00, 0.53, 0.18. Web safe color of #bfd062 is #cccc66. Color #bfd062 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 01100010
Octal 277 320 142
Decimal 191 208 98
Hex BF D0 62

RGB Percentages of Color #bfd062

%38.43
%41.85
%19.72

CMYK Percentages of Color #bfd062

%8
%0
%53
%18

Triadic Colors of #bfd062

#bfd062 #62bfd0 #d062bf

Analogous Colors of #bfd062

#bfd062 #88d062 #d0aa62

Monochromatic Colors of #bfd062

#bfd062

Complementary Color

#bfd062 #7362d0

#bfd062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd062 Color CSS Codes

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

#bfd062 Text Font Color

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

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


#bfd062 Background Color

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

This div background color is #bfd062


#bfd062 Border Color

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

This div border color is #bfd062


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,208,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfd062; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfd062;
  -webkit-box-shadow: 1px 1px 3px 2px #bfd062;
  box-shadow:         1px 1px 3px 2px #bfd062; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,208,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd062


Comments

No comments written yet.

Please login to write comment.