Color Hex Logo

#bdc267 Color Hex

#BDC267
(189,194,103)
0 Favorites   0 Comments

Color spaces of #bdc267

RGB 189194103
HSL0.180.430.58
HSV63°47°76°
CMYK 0.030.000.47   0.24
XYZ42.726250.381720.3047
Yxy50.38170.37670.4442
Hunter Lab70.9801-16.767732.7254
CIE-Lab76.3030-14.837144.8792

#bdc267 color RGB value is (189,194,103).

#bdc267 hex color red value is 189, green value is 194 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bdc267 hue: 0.18 , saturation: 0.43 and the lightness value of bdc267 is 0.58.

The process color (four color CMYK) of #bdc267 color hex is 0.03, 0.00, 0.47, 0.24. Web safe color of #bdc267 is #cccc66. Color #bdc267 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 01100111
Octal 275 302 147
Decimal 189 194 103
Hex BD C2 67

RGB Percentages of Color #bdc267

%38.89
%39.92
%21.19

CMYK Percentages of Color #bdc267

%3
%0
%47
%24

Triadic Colors of #bdc267

#bdc267 #67bdc2 #c267bd

Analogous Colors of #bdc267

#bdc267 #90c267 #c29a67

Monochromatic Colors of #bdc267

#bdc267

Complementary Color

#bdc267 #6c67c2

#bdc267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc267 Color CSS Codes

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

#bdc267 Text Font Color

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

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


#bdc267 Background Color

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

This div background color is #bdc267


#bdc267 Border Color

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

This div border color is #bdc267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc267


Comments

No comments written yet.

Please login to write comment.