Color Hex Logo

#bddfbe Color Hex

#BDDFBE
(189,223,190)
0 Favorites   0 Comments

Color spaces of #bddfbe

RGB 189223190
HSL0.340.350.81
HSV122°15°87°
CMYK 0.150.000.15   0.13
XYZ56.668267.311958.7210
Yxy67.31190.31020.3684
Hunter Lab82.0438-20.285614.9952
CIE-Lab85.6612-17.367812.4829

#bddfbe color RGB value is (189,223,190).

#bddfbe hex color red value is 189, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bddfbe hue: 0.34 , saturation: 0.35 and the lightness value of bddfbe is 0.81.

The process color (four color CMYK) of #bddfbe color hex is 0.15, 0.00, 0.15, 0.13. Web safe color of #bddfbe is #cccccc. Color #bddfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 10111110
Octal 275 337 276
Decimal 189 223 190
Hex BD DF BE

RGB Percentages of Color #bddfbe

%31.40
%37.04
%31.56

CMYK Percentages of Color #bddfbe

%15
%0
%15
%13

Triadic Colors of #bddfbe

#bddfbe #bebddf #dfbebd

Analogous Colors of #bddfbe

#bddfbe #bddfcf #cddfbd

Monochromatic Colors of #bddfbe

#bddfbe

Complementary Color

#bddfbe #dfbdde

#bddfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfbe Color CSS Codes

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

#bddfbe Text Font Color

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

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


#bddfbe Background Color

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

This div background color is #bddfbe


#bddfbe Border Color

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

This div border color is #bddfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfbe


Comments

No comments written yet.

Please login to write comment.