Color Hex Logo

#becadc Color Hex

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

Color spaces of #becadc

RGB 190202220
HSL0.600.300.80
HSV216°14°86°
CMYK 0.140.080.00   0.14
XYZ55.274058.355576.0606
Yxy58.35550.29140.3076
Hunter Lab76.3908-4.5268-5.5602
CIE-Lab80.9360-0.4805-10.3273

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

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

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

Base Numbers

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

RGB Percentages of Color #becadc

%31.05
%33.01
%35.95

CMYK Percentages of Color #becadc

%14
%8
%0
%14

Triadic Colors of #becadc

#becadc #dcbeca #cadcbe

Analogous Colors of #becadc

#becadc #c1bedc #bed9dc

Monochromatic Colors of #becadc

#becadc

Complementary Color

#becadc #dcd0be

#becadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#becadc Color CSS Codes

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

#becadc Text Font Color

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

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


#becadc Background Color

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

This div background color is #becadc


#becadc Border Color

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

This div border color is #becadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becadc


Comments

No comments written yet.

Please login to write comment.