Color Hex Logo

#bdd67b Color Hex

#BDD67B
(189,214,123)
0 Favorites   0 Comments

Color spaces of #bdd67b

RGB 189214123
HSL0.210.530.66
HSV76°43°84°
CMYK 0.120.000.43   0.16
XYZ48.608060.342027.8242
Yxy60.34200.35540.4412
Hunter Lab77.6801-24.244633.1390
CIE-Lab82.0237-22.669742.0901

#bdd67b color RGB value is (189,214,123).

#bdd67b hex color red value is 189, green value is 214 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bdd67b hue: 0.21 , saturation: 0.53 and the lightness value of bdd67b is 0.66.

The process color (four color CMYK) of #bdd67b color hex is 0.12, 0.00, 0.43, 0.16. Web safe color of #bdd67b is #cccc66. Color #bdd67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 01111011
Octal 275 326 173
Decimal 189 214 123
Hex BD D6 7B

RGB Percentages of Color #bdd67b

%35.93
%40.68
%23.38

CMYK Percentages of Color #bdd67b

%12
%0
%43
%16

Triadic Colors of #bdd67b

#bdd67b #7bbdd6 #d67bbd

Analogous Colors of #bdd67b

#bdd67b #90d67b #d6c27b

Monochromatic Colors of #bdd67b

#bdd67b

Complementary Color

#bdd67b #947bd6

#bdd67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd67b Color CSS Codes

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

#bdd67b Text Font Color

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

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


#bdd67b Background Color

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

This div background color is #bdd67b


#bdd67b Border Color

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

This div border color is #bdd67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd67b


Comments

No comments written yet.

Please login to write comment.