Color Hex Logo

#bcedae Color Hex

#BCEDAE
(188,237,174)
0 Favorites   0 Comments

Color spaces of #bcedae

RGB 188237174
HSL0.300.640.81
HSV107°27°93°
CMYK 0.210.000.27   0.07
XYZ58.663274.315751.2969
Yxy74.31570.31830.4033
Hunter Lab86.2066-29.393025.0643
CIE-Lab89.0715-27.185725.5348

#bcedae color RGB value is (188,237,174).

#bcedae hex color red value is 188, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bcedae hue: 0.30 , saturation: 0.64 and the lightness value of bcedae is 0.81.

The process color (four color CMYK) of #bcedae color hex is 0.21, 0.00, 0.27, 0.07. Web safe color of #bcedae is #ccff99. Color #bcedae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 10101110
Octal 274 355 256
Decimal 188 237 174
Hex BC ED AE

RGB Percentages of Color #bcedae

%31.39
%39.57
%29.05

CMYK Percentages of Color #bcedae

%21
%0
%27
%7

Triadic Colors of #bcedae

#bcedae #aebced #edaebc

Analogous Colors of #bcedae

#bcedae #aeedc0 #dcedae

Monochromatic Colors of #bcedae

#bcedae

Complementary Color

#bcedae #dfaeed

#bcedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedae Color CSS Codes

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

#bcedae Text Font Color

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

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


#bcedae Background Color

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

This div background color is #bcedae


#bcedae Border Color

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

This div border color is #bcedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedae


Comments

No comments written yet.

Please login to write comment.