Color Hex Logo

#bedfda Color Hex

#BEDFDA
(190,223,218)
0 Favorites   0 Comments

Color spaces of #bedfda

RGB 190223218
HSL0.470.340.81
HSV171°15°87°
CMYK 0.150.000.02   0.13
XYZ60.277868.784576.4294
Yxy68.78450.29330.3347
Hunter Lab82.9364-15.40583.4173
CIE-Lab86.3972-11.7884-1.1978

#bedfda color RGB value is (190,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11011010
Octal 276 337 332
Decimal 190 223 218
Hex BE DF DA

RGB Percentages of Color #bedfda

%30.11
%35.34
%34.55

CMYK Percentages of Color #bedfda

%15
%0
%2
%13

Triadic Colors of #bedfda

#bedfda #dabedf #dfdabe

Analogous Colors of #bedfda

#bedfda #bed4df #bedfca

Monochromatic Colors of #bedfda

#bedfda

Complementary Color

#bedfda #dfbec3

#bedfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfda Color CSS Codes

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

#bedfda Text Font Color

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

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


#bedfda Background Color

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

This div background color is #bedfda


#bedfda Border Color

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

This div border color is #bedfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfda


Comments

No comments written yet.

Please login to write comment.