Color Hex Logo

#bedfd6 Color Hex

#BEDFD6
(190,223,214)
0 Favorites   0 Comments

Color spaces of #bedfd6

RGB 190223214
HSL0.450.340.81
HSV164°15°87°
CMYK 0.150.000.04   0.13
XYZ59.760568.577573.7054
Yxy68.57750.29580.3394
Hunter Lab82.8115-16.10665.1977
CIE-Lab86.2944-12.57760.7622

#bedfd6 color RGB value is (190,223,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11010110
Octal 276 337 326
Decimal 190 223 214
Hex BE DF D6

RGB Percentages of Color #bedfd6

%30.30
%35.57
%34.13

CMYK Percentages of Color #bedfd6

%15
%0
%4
%13

Triadic Colors of #bedfd6

#bedfd6 #d6bedf #dfd6be

Analogous Colors of #bedfd6

#bedfd6 #bed8df #bedfc6

Monochromatic Colors of #bedfd6

#bedfd6

Complementary Color

#bedfd6 #dfbec7

#bedfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfd6 Color CSS Codes

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

#bedfd6 Text Font Color

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

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


#bedfd6 Background Color

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

This div background color is #bedfd6


#bedfd6 Border Color

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

This div border color is #bedfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfd6


Comments

No comments written yet.

Please login to write comment.