Color Hex Logo

#bdf6ae Color Hex

#BDF6AE
(189,246,174)
0 Favorites   0 Comments

Color spaces of #bdf6ae

RGB 189246174
HSL0.300.800.82
HSV108°29°96°
CMYK 0.230.000.29   0.04
XYZ61.582079.786352.1990
Yxy79.78630.31810.4122
Hunter Lab89.3232-33.252527.8781
CIE-Lab91.5889-31.090228.9682

#bdf6ae color RGB value is (189,246,174).

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

The process color (four color CMYK) of #bdf6ae color hex is 0.23, 0.00, 0.29, 0.04. Web safe color of #bdf6ae is #ccff99. Color #bdf6ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 10101110
Octal 275 366 256
Decimal 189 246 174
Hex BD F6 AE

RGB Percentages of Color #bdf6ae

%31.03
%40.39
%28.57

CMYK Percentages of Color #bdf6ae

%23
%0
%29
%4

Triadic Colors of #bdf6ae

#bdf6ae #aebdf6 #f6aebd

Analogous Colors of #bdf6ae

#bdf6ae #aef6c3 #e1f6ae

Monochromatic Colors of #bdf6ae

#bdf6ae

Complementary Color

#bdf6ae #e7aef6

#bdf6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf6ae Color CSS Codes

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

#bdf6ae Text Font Color

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

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


#bdf6ae Background Color

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

This div background color is #bdf6ae


#bdf6ae Border Color

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

This div border color is #bdf6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf6ae


Comments

No comments written yet.

Please login to write comment.