Color Hex Logo

#bdefae Color Hex

#BDEFAE
(189,239,174)
0 Favorites   0 Comments

Color spaces of #bdefae

RGB 189239174
HSL0.290.670.81
HSV106°27°94°
CMYK 0.210.000.27   0.06
XYZ59.492775.607851.5026
Yxy75.60780.31880.4052
Hunter Lab86.9527-30.038425.7491
CIE-Lab89.6769-27.798326.3709

#bdefae color RGB value is (189,239,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10101110
Octal 275 357 256
Decimal 189 239 174
Hex BD EF AE

RGB Percentages of Color #bdefae

%31.40
%39.70
%28.90

CMYK Percentages of Color #bdefae

%21
%0
%27
%6

Triadic Colors of #bdefae

#bdefae #aebdef #efaebd

Analogous Colors of #bdefae

#bdefae #aeefc0 #deefae

Monochromatic Colors of #bdefae

#bdefae

Complementary Color

#bdefae #e0aeef

#bdefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefae Color CSS Codes

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

#bdefae Text Font Color

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

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


#bdefae Background Color

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

This div background color is #bdefae


#bdefae Border Color

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

This div border color is #bdefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefae


Comments

No comments written yet.

Please login to write comment.