Color Hex Logo

#bcd798 Color Hex

#BCD798
(188,215,152)
0 Favorites   0 Comments

Color spaces of #bcd798

RGB 188215152
HSL0.240.440.72
HSV86°29°84°
CMYK 0.130.000.29   0.16
XYZ50.707061.559238.9153
Yxy61.55920.33540.4072
Hunter Lab78.4597-21.943325.5145
CIE-Lab82.6784-19.817328.2022

#bcd798 color RGB value is (188,215,152).

#bcd798 hex color red value is 188, green value is 215 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bcd798 hue: 0.24 , saturation: 0.44 and the lightness value of bcd798 is 0.72.

The process color (four color CMYK) of #bcd798 color hex is 0.13, 0.00, 0.29, 0.16. Web safe color of #bcd798 is #cccc99. Color #bcd798 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 10011000
Octal 274 327 230
Decimal 188 215 152
Hex BC D7 98

RGB Percentages of Color #bcd798

%33.87
%38.74
%27.39

CMYK Percentages of Color #bcd798

%13
%0
%29
%16

Triadic Colors of #bcd798

#bcd798 #98bcd7 #d798bc

Analogous Colors of #bcd798

#bcd798 #9dd798 #d7d398

Monochromatic Colors of #bcd798

#bcd798

Complementary Color

#bcd798 #b398d7

#bcd798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd798 Color CSS Codes

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

#bcd798 Text Font Color

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

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


#bcd798 Background Color

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

This div background color is #bcd798


#bcd798 Border Color

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

This div border color is #bcd798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd798


Comments

No comments written yet.

Please login to write comment.