Color Hex Logo

#beccda Color Hex

#BECCDA
(190,204,218)
0 Favorites   0 Comments

Color spaces of #beccda

RGB 190204218
HSL0.580.270.80
HSV210°13°85°
CMYK 0.130.060.00   0.15
XYZ55.483059.194874.8311
Yxy59.19480.29280.3124
Hunter Lab76.9382-5.9187-3.8096
CIE-Lab81.3986-1.9488-8.5685

#beccda color RGB value is (190,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11011010
Octal 276 314 332
Decimal 190 204 218
Hex BE CC DA

RGB Percentages of Color #beccda

%31.05
%33.33
%35.62

CMYK Percentages of Color #beccda

%13
%6
%0
%15

Triadic Colors of #beccda

#beccda #dabecc #ccdabe

Analogous Colors of #beccda

#beccda #bebeda #bedada

Monochromatic Colors of #beccda

#beccda

Complementary Color

#beccda #daccbe

#beccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccda Color CSS Codes

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

#beccda Text Font Color

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

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


#beccda Background Color

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

This div background color is #beccda


#beccda Border Color

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

This div border color is #beccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccda


Comments

No comments written yet.

Please login to write comment.