Color Hex Logo

#bceb98 Color Hex

#BCEB98
(188,235,152)
0 Favorites   0 Comments

Color spaces of #bceb98

RGB 188235152
HSL0.260.670.76
HSV94°35°92°
CMYK 0.200.000.35   0.08
XYZ56.114972.375040.7180
Yxy72.37500.33160.4277
Hunter Lab85.0735-31.139131.1740
CIE-Lab88.1488-29.464235.4752

#bceb98 color RGB value is (188,235,152).

#bceb98 hex color red value is 188, green value is 235 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bceb98 hue: 0.26 , saturation: 0.67 and the lightness value of bceb98 is 0.76.

The process color (four color CMYK) of #bceb98 color hex is 0.20, 0.00, 0.35, 0.08. Web safe color of #bceb98 is #ccff99. Color #bceb98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10011000
Octal 274 353 230
Decimal 188 235 152
Hex BC EB 98

RGB Percentages of Color #bceb98

%32.70
%40.87
%26.43

CMYK Percentages of Color #bceb98

%20
%0
%35
%8

Triadic Colors of #bceb98

#bceb98 #98bceb #eb98bc

Analogous Colors of #bceb98

#bceb98 #98eb9e #e6eb98

Monochromatic Colors of #bceb98

#bceb98

Complementary Color

#bceb98 #c798eb

#bceb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb98 Color CSS Codes

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

#bceb98 Text Font Color

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

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


#bceb98 Background Color

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

This div background color is #bceb98


#bceb98 Border Color

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

This div border color is #bceb98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,235,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 #bceb98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb98


Comments

No comments written yet.

Please login to write comment.