Color Hex Logo

#bdecae Color Hex

#BDECAE
(189,236,174)
1 Favorites   0 Comments

Color spaces of #bdecae

RGB 189236174
HSL0.290.620.80
HSV105°26°93°
CMYK 0.200.000.26   0.07
XYZ58.621773.865751.2122
Yxy73.86570.31910.4021
Hunter Lab85.9452-28.652324.8324
CIE-Lab88.8590-26.370125.2541

#bdecae color RGB value is (189,236,174).

#bdecae hex color red value is 189, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bdecae hue: 0.29 , saturation: 0.62 and the lightness value of bdecae is 0.80.

The process color (four color CMYK) of #bdecae color hex is 0.20, 0.00, 0.26, 0.07. Web safe color of #bdecae is #ccff99. Color #bdecae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10101110
Octal 275 354 256
Decimal 189 236 174
Hex BD EC AE

RGB Percentages of Color #bdecae

%31.55
%39.40
%29.05

CMYK Percentages of Color #bdecae

%20
%0
%26
%7

Triadic Colors of #bdecae

#bdecae #aebdec #ecaebd

Analogous Colors of #bdecae

#bdecae #aeecbe #dcecae

Monochromatic Colors of #bdecae

#bdecae

Complementary Color

#bdecae #ddaeec

#bdecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecae Color CSS Codes

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

#bdecae Text Font Color

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

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


#bdecae Background Color

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

This div background color is #bdecae


#bdecae Border Color

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

This div border color is #bdecae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecae


Comments

No comments written yet.

Please login to write comment.