Color Hex Logo

#bcdd75 Color Hex

#BCDD75
(188,221,117)
0 Favorites   0 Comments

Color spaces of #bcdd75

RGB 188221117
HSL0.220.600.66
HSV79°47°87°
CMYK 0.150.000.47   0.13
XYZ49.806463.688626.4977
Yxy63.68860.35580.4549
Hunter Lab79.8051-28.257136.1775
CIE-Lab83.8034-27.081347.2083

#bcdd75 color RGB value is (188,221,117).

#bcdd75 hex color red value is 188, green value is 221 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bcdd75 hue: 0.22 , saturation: 0.60 and the lightness value of bcdd75 is 0.66.

The process color (four color CMYK) of #bcdd75 color hex is 0.15, 0.00, 0.47, 0.13. Web safe color of #bcdd75 is #cccc66. Color #bcdd75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 01110101
Octal 274 335 165
Decimal 188 221 117
Hex BC DD 75

RGB Percentages of Color #bcdd75

%35.74
%42.02
%22.24

CMYK Percentages of Color #bcdd75

%15
%0
%47
%13

Triadic Colors of #bcdd75

#bcdd75 #75bcdd #dd75bc

Analogous Colors of #bcdd75

#bcdd75 #88dd75 #ddca75

Monochromatic Colors of #bcdd75

#bcdd75

Complementary Color

#bcdd75 #9675dd

#bcdd75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd75 Color CSS Codes

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

#bcdd75 Text Font Color

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

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


#bcdd75 Background Color

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

This div background color is #bcdd75


#bcdd75 Border Color

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

This div border color is #bcdd75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd75


Comments

No comments written yet.

Please login to write comment.