Color Hex Logo

#becddc Color Hex

#BECDDC
(190,205,220)
0 Favorites   0 Comments

Color spaces of #becddc

RGB 190205220
HSL0.580.300.80
HSV210°14°86°
CMYK 0.140.070.00   0.14
XYZ55.984859.777176.2976
Yxy59.77710.29150.3112
Hunter Lab77.3157-6.0493-4.3883
CIE-Lab81.7169-2.0649-9.1651

#becddc color RGB value is (190,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 11011100
Octal 276 315 334
Decimal 190 205 220
Hex BE CD DC

RGB Percentages of Color #becddc

%30.89
%33.33
%35.77

CMYK Percentages of Color #becddc

%14
%7
%0
%14

Triadic Colors of #becddc

#becddc #dcbecd #cddcbe

Analogous Colors of #becddc

#becddc #bebedc #bedcdc

Monochromatic Colors of #becddc

#becddc

Complementary Color

#becddc #dccdbe

#becddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#becddc Color CSS Codes

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

#becddc Text Font Color

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

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


#becddc Background Color

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

This div background color is #becddc


#becddc Border Color

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

This div border color is #becddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becddc


Comments

No comments written yet.

Please login to write comment.