Color Hex Logo

#becedc Color Hex

#BECEDC
(190,206,220)
0 Favorites   0 Comments

Color spaces of #becedc

RGB 190206220
HSL0.580.300.80
HSV208°14°86°
CMYK 0.140.060.00   0.14
XYZ56.224860.257176.3776
Yxy60.25710.29150.3124
Hunter Lab77.6254-6.5554-3.9991
CIE-Lab81.9777-2.5912-8.7775

#becedc color RGB value is (190,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 11011100
Octal 276 316 334
Decimal 190 206 220
Hex BE CE DC

RGB Percentages of Color #becedc

%30.84
%33.44
%35.71

CMYK Percentages of Color #becedc

%14
%6
%0
%14

Triadic Colors of #becedc

#becedc #dcbece #cedcbe

Analogous Colors of #becedc

#becedc #bebfdc #bedcdb

Monochromatic Colors of #becedc

#becedc

Complementary Color

#becedc #dcccbe

#becedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#becedc Color CSS Codes

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

#becedc Text Font Color

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

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


#becedc Background Color

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

This div background color is #becedc


#becedc Border Color

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

This div border color is #becedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becedc


Comments

No comments written yet.

Please login to write comment.