Color Hex Logo

#bedbc4 Color Hex

#BEDBC4
(190,219,196)
0 Favorites   0 Comments

Color spaces of #bedbc4

RGB 190219196
HSL0.370.290.80
HSV132°13°86°
CMYK 0.130.000.11   0.14
XYZ56.530565.595761.9063
Yxy65.59570.30720.3564
Hunter Lab80.9912-17.144511.3750
CIE-Lab84.7898-13.95278.0885

#bedbc4 color RGB value is (190,219,196).

#bedbc4 hex color red value is 190, green value is 219 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bedbc4 hue: 0.37 , saturation: 0.29 and the lightness value of bedbc4 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11000100
Octal 276 333 304
Decimal 190 219 196
Hex BE DB C4

RGB Percentages of Color #bedbc4

%31.40
%36.20
%32.40

CMYK Percentages of Color #bedbc4

%13
%0
%11
%14

Triadic Colors of #bedbc4

#bedbc4 #c4bedb #dbc4be

Analogous Colors of #bedbc4

#bedbc4 #bedbd3 #c7dbbe

Monochromatic Colors of #bedbc4

#bedbc4

Complementary Color

#bedbc4 #dbbed5

#bedbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbc4 Color CSS Codes

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

#bedbc4 Text Font Color

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

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


#bedbc4 Background Color

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

This div background color is #bedbc4


#bedbc4 Border Color

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

This div border color is #bedbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbc4


Comments

No comments written yet.

Please login to write comment.