Color Hex Logo

#bedbcc Color Hex

#BEDBCC
(190,219,204)
0 Favorites   0 Comments

Color spaces of #bedbcc

RGB 190219204
HSL0.410.290.80
HSV149°13°86°
CMYK 0.130.000.07   0.14
XYZ57.465865.969866.8314
Yxy65.96980.30200.3467
Hunter Lab81.2218-15.84648.0699
CIE-Lab84.9810-12.47074.1360

#bedbcc color RGB value is (190,219,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11001100
Octal 276 333 314
Decimal 190 219 204
Hex BE DB CC

RGB Percentages of Color #bedbcc

%31.00
%35.73
%33.28

CMYK Percentages of Color #bedbcc

%13
%0
%7
%14

Triadic Colors of #bedbcc

#bedbcc #ccbedb #dbccbe

Analogous Colors of #bedbcc

#bedbcc #bedbdb #bfdbbe

Monochromatic Colors of #bedbcc

#bedbcc

Complementary Color

#bedbcc #dbbecd

#bedbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbcc Color CSS Codes

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

#bedbcc Text Font Color

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

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


#bedbcc Background Color

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

This div background color is #bedbcc


#bedbcc Border Color

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

This div border color is #bedbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbcc


Comments

No comments written yet.

Please login to write comment.