Color Hex Logo

#becfdb Color Hex

#BECFDB
(190,207,219)
0 Favorites   0 Comments

Color spaces of #becfdb

RGB 190207219
HSL0.570.290.80
HSV205°13°86°
CMYK 0.130.050.00   0.14
XYZ56.334260.687375.7625
Yxy60.68730.29220.3148
Hunter Lab77.9021-7.2479-3.1302
CIE-Lab82.2104-3.3218-7.8981

#becfdb color RGB value is (190,207,219).

#becfdb hex color red value is 190, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #becfdb hue: 0.57 , saturation: 0.29 and the lightness value of becfdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 11011011
Octal 276 317 333
Decimal 190 207 219
Hex BE CF DB

RGB Percentages of Color #becfdb

%30.84
%33.60
%35.55

CMYK Percentages of Color #becfdb

%13
%5
%0
%14

Triadic Colors of #becfdb

#becfdb #dbbecf #cfdbbe

Analogous Colors of #becfdb

#becfdb #bec1db #bedbd9

Monochromatic Colors of #becfdb

#becfdb

Complementary Color

#becfdb #dbcabe

#becfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#becfdb Color CSS Codes

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

#becfdb Text Font Color

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

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


#becfdb Background Color

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

This div background color is #becfdb


#becfdb Border Color

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

This div border color is #becfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becfdb


Comments

No comments written yet.

Please login to write comment.