Color Hex Logo

#bceba5 Color Hex

#BCEBA5
(188,235,165)
0 Favorites   0 Comments

Color spaces of #bceba5

RGB 188235165
HSL0.280.640.78
HSV100°30°92°
CMYK 0.200.000.30   0.08
XYZ57.238972.824646.6371
Yxy72.82460.32390.4121
Hunter Lab85.3373-29.613827.3340
CIE-Lab88.3640-27.609729.1776

#bceba5 color RGB value is (188,235,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10100101
Octal 274 353 245
Decimal 188 235 165
Hex BC EB A5

RGB Percentages of Color #bceba5

%31.97
%39.97
%28.06

CMYK Percentages of Color #bceba5

%20
%0
%30
%8

Triadic Colors of #bceba5

#bceba5 #a5bceb #eba5bc

Analogous Colors of #bceba5

#bceba5 #a5ebb1 #dfeba5

Monochromatic Colors of #bceba5

#bceba5

Complementary Color

#bceba5 #d4a5eb

#bceba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceba5 Color CSS Codes

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

#bceba5 Text Font Color

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

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


#bceba5 Background Color

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

This div background color is #bceba5


#bceba5 Border Color

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

This div border color is #bceba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceba5


Comments

No comments written yet.

Please login to write comment.