Color Hex Logo

#bcf383 Color Hex

#BCF383
(188,243,131)
0 Favorites   0 Comments

Color spaces of #bcf383

RGB 188243131
HSL0.250.820.73
HSV89°46°95°
CMYK 0.230.000.46   0.05
XYZ56.886476.431233.2272
Yxy76.43120.34160.4589
Hunter Lab87.4249-36.845838.6634
CIE-Lab90.0592-35.785148.2102

#bcf383 color RGB value is (188,243,131).

#bcf383 hex color red value is 188, green value is 243 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bcf383 hue: 0.25 , saturation: 0.82 and the lightness value of bcf383 is 0.73.

The process color (four color CMYK) of #bcf383 color hex is 0.23, 0.00, 0.46, 0.05. Web safe color of #bcf383 is #ccff99. Color #bcf383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 10000011
Octal 274 363 203
Decimal 188 243 131
Hex BC F3 83

RGB Percentages of Color #bcf383

%33.45
%43.24
%23.31

CMYK Percentages of Color #bcf383

%23
%0
%46
%5

Triadic Colors of #bcf383

#bcf383 #83bcf3 #f383bc

Analogous Colors of #bcf383

#bcf383 #84f383 #f3f283

Monochromatic Colors of #bcf383

#bcf383

Complementary Color

#bcf383 #ba83f3

#bcf383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf383 Color CSS Codes

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

#bcf383 Text Font Color

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

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


#bcf383 Background Color

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

This div background color is #bcf383


#bcf383 Border Color

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

This div border color is #bcf383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf383


Comments

No comments written yet.

Please login to write comment.