Color Hex Logo

#bedcca Color Hex

#BEDCCA
(190,220,202)
0 Favorites   0 Comments

Color spaces of #bedcca

RGB 190220202
HSL0.400.300.80
HSV144°14°86°
CMYK 0.140.000.08   0.14
XYZ57.489166.397865.6632
Yxy66.39780.30330.3503
Hunter Lab81.4848-16.66349.2615
CIE-Lab85.1989-13.35295.5079

#bedcca color RGB value is (190,220,202).

#bedcca hex color red value is 190, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bedcca hue: 0.40 , saturation: 0.30 and the lightness value of bedcca is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11001010
Octal 276 334 312
Decimal 190 220 202
Hex BE DC CA

RGB Percentages of Color #bedcca

%31.05
%35.95
%33.01

CMYK Percentages of Color #bedcca

%14
%0
%8
%14

Triadic Colors of #bedcca

#bedcca #cabedc #dccabe

Analogous Colors of #bedcca

#bedcca #bedcd9 #c1dcbe

Monochromatic Colors of #bedcca

#bedcca

Complementary Color

#bedcca #dcbed0

#bedcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcca Color CSS Codes

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

#bedcca Text Font Color

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

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


#bedcca Background Color

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

This div background color is #bedcca


#bedcca Border Color

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

This div border color is #bedcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcca


Comments

No comments written yet.

Please login to write comment.