Color Hex Logo

#bbda7c Color Hex

#BBDA7C
(187,218,124)
0 Favorites   0 Comments

Color spaces of #bbda7c

RGB 187218124
HSL0.220.560.67
HSV80°43°85°
CMYK 0.140.000.43   0.15
XYZ49.203062.162828.4741
Yxy62.16280.35190.4445
Hunter Lab78.8434-26.581233.7779
CIE-Lab82.9999-25.252642.7926

#bbda7c color RGB value is (187,218,124).

#bbda7c hex color red value is 187, green value is 218 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bbda7c hue: 0.22 , saturation: 0.56 and the lightness value of bbda7c is 0.67.

The process color (four color CMYK) of #bbda7c color hex is 0.14, 0.00, 0.43, 0.15. Web safe color of #bbda7c is #cccc66. Color #bbda7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 01111100
Octal 273 332 174
Decimal 187 218 124
Hex BB DA 7C

RGB Percentages of Color #bbda7c

%35.35
%41.21
%23.44

CMYK Percentages of Color #bbda7c

%14
%0
%43
%15

Triadic Colors of #bbda7c

#bbda7c #7cbbda #da7cbb

Analogous Colors of #bbda7c

#bbda7c #8cda7c #daca7c

Monochromatic Colors of #bbda7c

#bbda7c

Complementary Color

#bbda7c #9b7cda

#bbda7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda7c Color CSS Codes

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

#bbda7c Text Font Color

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

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


#bbda7c Background Color

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

This div background color is #bbda7c


#bbda7c Border Color

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

This div border color is #bbda7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,218,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbda7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbda7c;
  -webkit-box-shadow: 1px 1px 3px 2px #bbda7c;
  box-shadow:         1px 1px 3px 2px #bbda7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,218,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda7c


Comments

No comments written yet.

Please login to write comment.