Color Hex Logo

#bdcf69 Color Hex

#BDCF69
(189,207,105)
0 Favorites   0 Comments

Color spaces of #bdcf69

RGB 189207105
HSL0.200.520.61
HSV71°49°81°
CMYK 0.090.000.49   0.19
XYZ45.848956.464421.8468
Yxy56.46440.36930.4548
Hunter Lab75.1428-22.586935.3622
CIE-Lab79.8774-21.131548.2196

#bdcf69 color RGB value is (189,207,105).

#bdcf69 hex color red value is 189, green value is 207 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bdcf69 hue: 0.20 , saturation: 0.52 and the lightness value of bdcf69 is 0.61.

The process color (four color CMYK) of #bdcf69 color hex is 0.09, 0.00, 0.49, 0.19. Web safe color of #bdcf69 is #cccc66. Color #bdcf69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 01101001
Octal 275 317 151
Decimal 189 207 105
Hex BD CF 69

RGB Percentages of Color #bdcf69

%37.72
%41.32
%20.96

CMYK Percentages of Color #bdcf69

%9
%0
%49
%19

Triadic Colors of #bdcf69

#bdcf69 #69bdcf #cf69bd

Analogous Colors of #bdcf69

#bdcf69 #8acf69 #cfae69

Monochromatic Colors of #bdcf69

#bdcf69

Complementary Color

#bdcf69 #7b69cf

#bdcf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf69 Color CSS Codes

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

#bdcf69 Text Font Color

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

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


#bdcf69 Background Color

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

This div background color is #bdcf69


#bdcf69 Border Color

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

This div border color is #bdcf69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,207,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdcf69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdcf69;
  -webkit-box-shadow: 1px 1px 3px 2px #bdcf69;
  box-shadow:         1px 1px 3px 2px #bdcf69; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf69


Comments

No comments written yet.

Please login to write comment.