Color Hex Logo

#becde4 Color Hex

#BECDE4
(190,205,228)
0 Favorites   0 Comments

Color spaces of #becde4

RGB 190205228
HSL0.600.410.82
HSV216°17°89°
CMYK 0.170.100.00   0.11
XYZ57.070160.211282.0128
Yxy60.21120.28640.3021
Hunter Lab77.5959-4.5099-8.3478
CIE-Lab81.9529-0.3910-13.0875

#becde4 color RGB value is (190,205,228).

#becde4 hex color red value is 190, green value is 205 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #becde4 hue: 0.60 , saturation: 0.41 and the lightness value of becde4 is 0.82.

The process color (four color CMYK) of #becde4 color hex is 0.17, 0.10, 0.00, 0.11. Web safe color of #becde4 is #cccccc. Color #becde4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 11100100
Octal 276 315 344
Decimal 190 205 228
Hex BE CD E4

RGB Percentages of Color #becde4

%30.50
%32.91
%36.60

CMYK Percentages of Color #becde4

%17
%10
%0
%11

Triadic Colors of #becde4

#becde4 #e4becd #cde4be

Analogous Colors of #becde4

#becde4 #c2bee4 #bee0e4

Monochromatic Colors of #becde4

#becde4

Complementary Color

#becde4 #e4d5be

#becde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becde4 Color CSS Codes

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

#becde4 Text Font Color

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

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


#becde4 Background Color

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

This div background color is #becde4


#becde4 Border Color

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

This div border color is #becde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becde4


Comments

No comments written yet.

Please login to write comment.