Color Hex Logo

#bcef48 Color Hex

#BCEF48
(188,239,72)
0 Favorites   0 Comments

Color spaces of #bcef48

RGB 18823972
HSL0.220.840.61
HSV78°70°94°
CMYK 0.210.000.70   0.06
XYZ52.775272.892217.4190
Yxy72.89220.36880.5094
Hunter Lab85.3769-39.071047.6672
CIE-Lab88.3963-39.023171.4216

#bcef48 color RGB value is (188,239,72).

#bcef48 hex color red value is 188, green value is 239 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bcef48 hue: 0.22 , saturation: 0.84 and the lightness value of bcef48 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 01001000
Octal 274 357 110
Decimal 188 239 72
Hex BC EF 48

RGB Percentages of Color #bcef48

%37.68
%47.90
%14.43

CMYK Percentages of Color #bcef48

%21
%0
%70
%6

Triadic Colors of #bcef48

#bcef48 #48bcef #ef48bc

Analogous Colors of #bcef48

#bcef48 #69ef48 #efcf48

Monochromatic Colors of #bcef48

#bcef48

Complementary Color

#bcef48 #7b48ef

#bcef48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef48 Color CSS Codes

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

#bcef48 Text Font Color

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

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


#bcef48 Background Color

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

This div background color is #bcef48


#bcef48 Border Color

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

This div border color is #bcef48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef48


Comments

No comments written yet.

Please login to write comment.