Color Hex Logo

#becfe5 Color Hex

#BECFE5
(190,207,229)
0 Favorites   0 Comments

Color spaces of #becfe5

RGB 190207229
HSL0.590.430.82
HSV214°17°90°
CMYK 0.170.100.00   0.10
XYZ57.690961.229982.9067
Yxy61.22990.28580.3034
Hunter Lab78.2495-5.3343-8.0441
CIE-Lab82.5022-1.2348-12.7991

#becfe5 color RGB value is (190,207,229).

#becfe5 hex color red value is 190, green value is 207 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #becfe5 hue: 0.59 , saturation: 0.43 and the lightness value of becfe5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 11100101
Octal 276 317 345
Decimal 190 207 229
Hex BE CF E5

RGB Percentages of Color #becfe5

%30.35
%33.07
%36.58

CMYK Percentages of Color #becfe5

%17
%10
%0
%10

Triadic Colors of #becfe5

#becfe5 #e5becf #cfe5be

Analogous Colors of #becfe5

#becfe5 #c1bee5 #bee3e5

Monochromatic Colors of #becfe5

#becfe5

Complementary Color

#becfe5 #e5d4be

#becfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becfe5 Color CSS Codes

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

#becfe5 Text Font Color

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

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


#becfe5 Background Color

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

This div background color is #becfe5


#becfe5 Border Color

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

This div border color is #becfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becfe5


Comments

No comments written yet.

Please login to write comment.