color codes Logo

#bced4f color codes

#BCED4F
(188,237,79)
0 Favorites   0 Comments

Color spaces of #bced4f

RGB 18823779
HSL0.220.810.62
HSV79°67°93°
CMYK 0.210.000.67   0.07
XYZ52.434571.824318.4970
Yxy71.82430.36730.5031
Hunter Lab84.7492-37.872846.3841
CIE-Lab87.8840-37.701068.3433

#bced4f color RGB value is (188,237,79).

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

The process color (four color CMYK) of #bced4f color code is 0.21, 0.00, 0.67, 0.07. Web safe color of #bced4f is #ccff66. Color #bced4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 01001111
Octal 274 355 117
Decimal 188 237 79
Hex BC ED 4F

RGB Percentages of Color #bced4f

%37.30
%47.02
%15.67

CMYK Percentages of Color #bced4f

%21
%0
%67
%7

Triadic Colors of #bced4f

#bced4f #4fbced #ed4fbc

Analogous Colors of #bced4f

#bced4f #6ded4f #edcf4f

Monochromatic Colors of #bced4f

#bced4f

Complementary Color

#bced4f #804fed

#bced4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bced4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bced4f Color CSS Codes

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

#bced4f Text Font Color

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

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


#bced4f Background Color

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

This div background color is #bced4f


#bced4f Border Color

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

This div border color is #bced4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bced4f


Comments

No comments written yet.

Please login to write comment.