Color Hex Logo

#bced4d Color Hex

#BCED4D
(188,237,77)
0 Favorites   0 Comments

Color spaces of #bced4d

RGB 18823777
HSL0.220.820.62
HSV78°68°93°
CMYK 0.210.000.68   0.07
XYZ52.362871.795618.1193
Yxy71.79560.36800.5046
Hunter Lab84.7323-37.972246.6339
CIE-Lab87.8701-37.828469.0785

#bced4d color RGB value is (188,237,77).

#bced4d hex color red value is 188, green value is 237 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bced4d hue: 0.22 , saturation: 0.82 and the lightness value of bced4d is 0.62.

The process color (four color CMYK) of #bced4d color hex is 0.21, 0.00, 0.68, 0.07. Web safe color of #bced4d is #ccff66. Color #bced4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 01001101
Octal 274 355 115
Decimal 188 237 77
Hex BC ED 4D

RGB Percentages of Color #bced4d

%37.45
%47.21
%15.34

CMYK Percentages of Color #bced4d

%21
%0
%68
%7

Triadic Colors of #bced4d

#bced4d #4dbced #ed4dbc

Analogous Colors of #bced4d

#bced4d #6ced4d #edce4d

Monochromatic Colors of #bced4d

#bced4d

Complementary Color

#bced4d #7e4ded

#bced4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bced4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bced4d Color CSS Codes

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

#bced4d Text Font Color

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

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


#bced4d Background Color

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

This div background color is #bced4d


#bced4d Border Color

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

This div border color is #bced4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bced4d


Comments

No comments written yet.

Please login to write comment.