Color Hex Logo

#bced47 Color Hex

#BCED47
(188,237,71)
0 Favorites   0 Comments

Color spaces of #bced47

RGB 18823771
HSL0.220.820.60
HSV78°70°93°
CMYK 0.210.000.70   0.07
XYZ52.160671.714717.0544
Yxy71.71470.37010.5089
Hunter Lab84.6845-38.252647.3389
CIE-Lab87.8311-38.188471.2100

#bced47 color RGB value is (188,237,71).

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

The process color (four color CMYK) of #bced47 color hex is 0.21, 0.00, 0.70, 0.07. Web safe color of #bced47 is #ccff33. Color #bced47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 01000111
Octal 274 355 107
Decimal 188 237 71
Hex BC ED 47

RGB Percentages of Color #bced47

%37.90
%47.78
%14.31

CMYK Percentages of Color #bced47

%21
%0
%70
%7

Triadic Colors of #bced47

#bced47 #47bced #ed47bc

Analogous Colors of #bced47

#bced47 #69ed47 #edcb47

Monochromatic Colors of #bced47

#bced47

Complementary Color

#bced47 #7847ed

#bced47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bced47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bced47 Color CSS Codes

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

#bced47 Text Font Color

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

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


#bced47 Background Color

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

This div background color is #bced47


#bced47 Border Color

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

This div border color is #bced47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bced47


Comments

No comments written yet.

Please login to write comment.