Color Hex Logo

#bccd7d Color Hex

#BCCD7D
(188,205,125)
0 Favorites   0 Comments

Color spaces of #bccd7d

RGB 188205125
HSL0.200.440.65
HSV73°39°80°
CMYK 0.080.000.39   0.20
XYZ46.272055.834727.7404
Yxy55.83470.35640.4300
Hunter Lab74.7226-20.228430.2947
CIE-Lab79.5196-18.387037.9003

#bccd7d color RGB value is (188,205,125).

#bccd7d hex color red value is 188, green value is 205 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bccd7d hue: 0.20 , saturation: 0.44 and the lightness value of bccd7d is 0.65.

The process color (four color CMYK) of #bccd7d color hex is 0.08, 0.00, 0.39, 0.20. Web safe color of #bccd7d is #cccc66. Color #bccd7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 01111101
Octal 274 315 175
Decimal 188 205 125
Hex BC CD 7D

RGB Percentages of Color #bccd7d

%36.29
%39.58
%24.13

CMYK Percentages of Color #bccd7d

%8
%0
%39
%20

Triadic Colors of #bccd7d

#bccd7d #7dbccd #cd7dbc

Analogous Colors of #bccd7d

#bccd7d #94cd7d #cdb67d

Monochromatic Colors of #bccd7d

#bccd7d

Complementary Color

#bccd7d #8e7dcd

#bccd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccd7d Color CSS Codes

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

#bccd7d Text Font Color

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

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


#bccd7d Background Color

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

This div background color is #bccd7d


#bccd7d Border Color

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

This div border color is #bccd7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,205,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bccd7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bccd7d;
  -webkit-box-shadow: 1px 1px 3px 2px #bccd7d;
  box-shadow:         1px 1px 3px 2px #bccd7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,205,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccd7d


Comments

No comments written yet.

Please login to write comment.