Color Hex Logo

#bdf6df Color Hex

#BDF6DF
(189,246,223)
0 Favorites   0 Comments

Color spaces of #bdf6df

RGB 189246223
HSL0.430.760.85
HSV156°23°96°
CMYK 0.230.000.09   0.04
XYZ67.261382.058182.1058
Yxy82.05810.29060.3546
Hunter Lab90.5859-25.98679.6705
CIE-Lab92.6005-22.53935.2018

#bdf6df color RGB value is (189,246,223).

#bdf6df hex color red value is 189, green value is 246 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bdf6df hue: 0.43 , saturation: 0.76 and the lightness value of bdf6df is 0.85.

The process color (four color CMYK) of #bdf6df color hex is 0.23, 0.00, 0.09, 0.04. Web safe color of #bdf6df is #ccffcc. Color #bdf6df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 11011111
Octal 275 366 337
Decimal 189 246 223
Hex BD F6 DF

RGB Percentages of Color #bdf6df

%28.72
%37.39
%33.89

CMYK Percentages of Color #bdf6df

%23
%0
%9
%4

Triadic Colors of #bdf6df

#bdf6df #dfbdf6 #f6dfbd

Analogous Colors of #bdf6df

#bdf6df #bdf1f6 #bdf6c3

Monochromatic Colors of #bdf6df

#bdf6df

Complementary Color

#bdf6df #f6bdd4

#bdf6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf6df Color CSS Codes

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

#bdf6df Text Font Color

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

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


#bdf6df Background Color

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

This div background color is #bdf6df


#bdf6df Border Color

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

This div border color is #bdf6df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,246,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf6df


Comments

No comments written yet.

Please login to write comment.