Color Hex Logo

#bedfdd Color Hex

#BEDFDD
(190,223,221)
0 Favorites   0 Comments

Color spaces of #bedfdd

RGB 190223221
HSL0.490.340.81
HSV176°15°87°
CMYK 0.150.000.01   0.13
XYZ60.674068.943078.5161
Yxy68.94300.29150.3312
Hunter Lab83.0319-14.87042.0569
CIE-Lab86.4758-11.1880-2.6654

#bedfdd color RGB value is (190,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11011101
Octal 276 337 335
Decimal 190 223 221
Hex BE DF DD

RGB Percentages of Color #bedfdd

%29.97
%35.17
%34.86

CMYK Percentages of Color #bedfdd

%15
%0
%1
%13

Triadic Colors of #bedfdd

#bedfdd #ddbedf #dfddbe

Analogous Colors of #bedfdd

#bedfdd #bed1df #bedfcd

Monochromatic Colors of #bedfdd

#bedfdd

Complementary Color

#bedfdd #dfbec0

#bedfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfdd Color CSS Codes

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

#bedfdd Text Font Color

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

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


#bedfdd Background Color

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

This div background color is #bedfdd


#bedfdd Border Color

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

This div border color is #bedfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfdd


Comments

No comments written yet.

Please login to write comment.