Color Hex Logo

#bceba8 Color Hex

#BCEBA8
(188,235,168)
0 Favorites   0 Comments

Color spaces of #bceba8

RGB 188235168
HSL0.280.630.79
HSV102°29°92°
CMYK 0.200.000.29   0.08
XYZ57.515372.935248.0923
Yxy72.93520.32210.4085
Hunter Lab85.4021-29.240226.3936
CIE-Lab88.4168-27.158827.7166

#bceba8 color RGB value is (188,235,168).

#bceba8 hex color red value is 188, green value is 235 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bceba8 hue: 0.28 , saturation: 0.63 and the lightness value of bceba8 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10101000
Octal 274 353 250
Decimal 188 235 168
Hex BC EB A8

RGB Percentages of Color #bceba8

%31.81
%39.76
%28.43

CMYK Percentages of Color #bceba8

%20
%0
%29
%8

Triadic Colors of #bceba8

#bceba8 #a8bceb #eba8bc

Analogous Colors of #bceba8

#bceba8 #a8ebb6 #deeba8

Monochromatic Colors of #bceba8

#bceba8

Complementary Color

#bceba8 #d7a8eb

#bceba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceba8 Color CSS Codes

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

#bceba8 Text Font Color

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

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


#bceba8 Background Color

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

This div background color is #bceba8


#bceba8 Border Color

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

This div border color is #bceba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceba8


Comments

No comments written yet.

Please login to write comment.