Color Hex Logo

#bcf098 Color Hex

#BCF098
(188,240,152)
0 Favorites   0 Comments

Color spaces of #bcf098

RGB 188240152
HSL0.270.750.77
HSV95°37°94°
CMYK 0.220.000.37   0.06
XYZ57.566675.278541.2019
Yxy75.27850.33080.4325
Hunter Lab86.7632-33.402432.5787
CIE-Lab89.5233-31.802437.2765

#bcf098 color RGB value is (188,240,152).

#bcf098 hex color red value is 188, green value is 240 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bcf098 hue: 0.27 , saturation: 0.75 and the lightness value of bcf098 is 0.77.

The process color (four color CMYK) of #bcf098 color hex is 0.22, 0.00, 0.37, 0.06. Web safe color of #bcf098 is #ccff99. Color #bcf098 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 10011000
Octal 274 360 230
Decimal 188 240 152
Hex BC F0 98

RGB Percentages of Color #bcf098

%32.41
%41.38
%26.21

CMYK Percentages of Color #bcf098

%22
%0
%37
%6

Triadic Colors of #bcf098

#bcf098 #98bcf0 #f098bc

Analogous Colors of #bcf098

#bcf098 #98f0a0 #e8f098

Monochromatic Colors of #bcf098

#bcf098

Complementary Color

#bcf098 #cc98f0

#bcf098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf098 Color CSS Codes

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

#bcf098 Text Font Color

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

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


#bcf098 Background Color

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

This div background color is #bcf098


#bcf098 Border Color

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

This div border color is #bcf098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf098


Comments

No comments written yet.

Please login to write comment.