Color Hex Logo

#bedecc Color Hex

#BEDECC
(190,222,204)
0 Favorites   0 Comments

Color spaces of #bedecc

RGB 190222204
HSL0.410.330.81
HSV146°14°87°
CMYK 0.140.000.08   0.13
XYZ58.255667.549367.0947
Yxy67.54930.30200.3502
Hunter Lab82.1884-17.30789.1303
CIE-Lab85.7806-13.98905.2917

#bedecc color RGB value is (190,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11001100
Octal 276 336 314
Decimal 190 222 204
Hex BE DE CC

RGB Percentages of Color #bedecc

%30.84
%36.04
%33.12

CMYK Percentages of Color #bedecc

%14
%0
%8
%13

Triadic Colors of #bedecc

#bedecc #ccbede #deccbe

Analogous Colors of #bedecc

#bedecc #bededc #c0debe

Monochromatic Colors of #bedecc

#bedecc

Complementary Color

#bedecc #debed0

#bedecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedecc Color CSS Codes

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

#bedecc Text Font Color

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

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


#bedecc Background Color

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

This div background color is #bedecc


#bedecc Border Color

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

This div border color is #bedecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,222,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 #bedecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedecc


Comments

No comments written yet.

Please login to write comment.