Color Hex Logo

#bced8d Color Hex

#BCED8D
(188,237,141)
0 Favorites   0 Comments

Color spaces of #bced8d

RGB 188237141
HSL0.250.730.74
HSV91°41°93°
CMYK 0.210.000.41   0.07
XYZ55.830973.182836.3824
Yxy73.18280.33760.4425
Hunter Lab85.5469-33.211934.6673
CIE-Lab88.5348-31.837041.4481

#bced8d color RGB value is (188,237,141).

#bced8d hex color red value is 188, green value is 237 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bced8d hue: 0.25 , saturation: 0.73 and the lightness value of bced8d is 0.74.

The process color (four color CMYK) of #bced8d color hex is 0.21, 0.00, 0.41, 0.07. Web safe color of #bced8d is #ccff99. Color #bced8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 10001101
Octal 274 355 215
Decimal 188 237 141
Hex BC ED 8D

RGB Percentages of Color #bced8d

%33.22
%41.87
%24.91

CMYK Percentages of Color #bced8d

%21
%0
%41
%7

Triadic Colors of #bced8d

#bced8d #8dbced #ed8dbc

Analogous Colors of #bced8d

#bced8d #8ded8e #eced8d

Monochromatic Colors of #bced8d

#bced8d

Complementary Color

#bced8d #be8ded

#bced8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bced8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bced8d Color CSS Codes

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

#bced8d Text Font Color

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

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


#bced8d Background Color

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

This div background color is #bced8d


#bced8d Border Color

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

This div border color is #bced8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bced8d


Comments

No comments written yet.

Please login to write comment.