Color Hex Logo

#bcdf27 Color Hex

#BCDF27
(188,223,39)
0 Favorites   0 Comments

Color spaces of #bcdf27

RGB 18822339
HSL0.200.740.51
HSV71°83°87°
CMYK 0.160.000.83   0.13
XYZ47.492963.613211.6949
Yxy63.61320.38670.5180
Hunter Lab79.7579-33.286147.1368
CIE-Lab83.7640-33.252176.9371

#bcdf27 color RGB value is (188,223,39).

#bcdf27 hex color red value is 188, green value is 223 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bcdf27 hue: 0.20 , saturation: 0.74 and the lightness value of bcdf27 is 0.51.

The process color (four color CMYK) of #bcdf27 color hex is 0.16, 0.00, 0.83, 0.13. Web safe color of #bcdf27 is #cccc33. Color #bcdf27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 00100111
Octal 274 337 47
Decimal 188 223 39
Hex BC DF 27

RGB Percentages of Color #bcdf27

%41.78
%49.56
%8.67

CMYK Percentages of Color #bcdf27

%16
%0
%83
%13

Triadic Colors of #bcdf27

#bcdf27 #27bcdf #df27bc

Analogous Colors of #bcdf27

#bcdf27 #60df27 #dfa627

Monochromatic Colors of #bcdf27

#bcdf27

Complementary Color

#bcdf27 #4a27df

#bcdf27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdf27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdf27 Color CSS Codes

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

#bcdf27 Text Font Color

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

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


#bcdf27 Background Color

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

This div background color is #bcdf27


#bcdf27 Border Color

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

This div border color is #bcdf27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdf27


Comments

No comments written yet.

Please login to write comment.