Color Hex Logo

#bfd27d Color Hex

#BFD27D
(191,210,125)
0 Favorites   0 Comments

Color spaces of #bfd27d

RGB 191210125
HSL0.200.490.66
HSV73°40°82°
CMYK 0.090.000.40   0.18
XYZ48.234158.650228.1805
Yxy58.65020.35710.4342
Hunter Lab76.5834-21.597331.7914
CIE-Lab81.0989-19.711439.9562

#bfd27d color RGB value is (191,210,125).

#bfd27d hex color red value is 191, green value is 210 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bfd27d hue: 0.20 , saturation: 0.49 and the lightness value of bfd27d is 0.66.

The process color (four color CMYK) of #bfd27d color hex is 0.09, 0.00, 0.40, 0.18. Web safe color of #bfd27d is #cccc66. Color #bfd27d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010010 01111101
Octal 277 322 175
Decimal 191 210 125
Hex BF D2 7D

RGB Percentages of Color #bfd27d

%36.31
%39.92
%23.76

CMYK Percentages of Color #bfd27d

%9
%0
%40
%18

Triadic Colors of #bfd27d

#bfd27d #7dbfd2 #d27dbf

Analogous Colors of #bfd27d

#bfd27d #95d27d #d2bb7d

Monochromatic Colors of #bfd27d

#bfd27d

Complementary Color

#bfd27d #907dd2

#bfd27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd27d Color CSS Codes

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

#bfd27d Text Font Color

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

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


#bfd27d Background Color

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

This div background color is #bfd27d


#bfd27d Border Color

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

This div border color is #bfd27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd27d


Comments

No comments written yet.

Please login to write comment.