Color Hex Logo

#bedddc Color Hex

#BEDDDC
(190,221,220)
0 Favorites   0 Comments

Color spaces of #bedddc

RGB 190221220
HSL0.490.310.81
HSV178°14°87°
CMYK 0.140.000.00   0.13
XYZ60.009967.827477.6393
Yxy67.82740.29210.3301
Hunter Lab82.3574-14.06101.7568
CIE-Lab85.9201-10.3690-2.9535

#bedddc color RGB value is (190,221,220).

#bedddc hex color red value is 190, green value is 221 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bedddc hue: 0.49 , saturation: 0.31 and the lightness value of bedddc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11011100
Octal 276 335 334
Decimal 190 221 220
Hex BE DD DC

RGB Percentages of Color #bedddc

%30.11
%35.02
%34.87

CMYK Percentages of Color #bedddc

%14
%0
%0
%13

Triadic Colors of #bedddc

#bedddc #dcbedd #dddcbe

Analogous Colors of #bedddc

#bedddc #becfdd #beddcd

Monochromatic Colors of #bedddc

#bedddc

Complementary Color

#bedddc #ddbebf

#bedddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedddc Color CSS Codes

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

#bedddc Text Font Color

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

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


#bedddc Background Color

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

This div background color is #bedddc


#bedddc Border Color

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

This div border color is #bedddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedddc


Comments

No comments written yet.

Please login to write comment.