Color Hex Logo

#bfd375 Color Hex

#BFD375
(191,211,117)
0 Favorites   0 Comments

Color spaces of #bfd375

RGB 191211117
HSL0.200.520.64
HSV73°45°83°
CMYK 0.090.000.45   0.17
XYZ47.991058.949325.6786
Yxy58.94930.36190.4445
Hunter Lab76.7784-22.789433.9153
CIE-Lab81.2637-21.092844.1297

#bfd375 color RGB value is (191,211,117).

#bfd375 hex color red value is 191, green value is 211 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bfd375 hue: 0.20 , saturation: 0.52 and the lightness value of bfd375 is 0.64.

The process color (four color CMYK) of #bfd375 color hex is 0.09, 0.00, 0.45, 0.17. Web safe color of #bfd375 is #cccc66. Color #bfd375 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01110101
Octal 277 323 165
Decimal 191 211 117
Hex BF D3 75

RGB Percentages of Color #bfd375

%36.80
%40.66
%22.54

CMYK Percentages of Color #bfd375

%9
%0
%45
%17

Triadic Colors of #bfd375

#bfd375 #75bfd3 #d375bf

Analogous Colors of #bfd375

#bfd375 #90d375 #d3b875

Monochromatic Colors of #bfd375

#bfd375

Complementary Color

#bfd375 #8975d3

#bfd375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd375 Color CSS Codes

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

#bfd375 Text Font Color

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

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


#bfd375 Background Color

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

This div background color is #bfd375


#bfd375 Border Color

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

This div border color is #bfd375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd375


Comments

No comments written yet.

Please login to write comment.