Color Hex Logo

#becef7 Color Hex

#BECEF7
(190,206,247)
0 Favorites   0 Comments

Color spaces of #becef7

RGB 190206247
HSL0.620.780.86
HSV223°23°97°
CMYK 0.230.170.00   0.03
XYZ60.095061.805296.7579
Yxy61.80520.27480.2827
Hunter Lab78.6163-1.1315-17.9405
CIE-Lab82.80973.2403-21.9205

#becef7 color RGB value is (190,206,247).

#becef7 hex color red value is 190, green value is 206 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #becef7 hue: 0.62 , saturation: 0.78 and the lightness value of becef7 is 0.86.

The process color (four color CMYK) of #becef7 color hex is 0.23, 0.17, 0.00, 0.03. Web safe color of #becef7 is #ccccff. Color #becef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 11110111
Octal 276 316 367
Decimal 190 206 247
Hex BE CE F7

RGB Percentages of Color #becef7

%29.55
%32.04
%38.41

CMYK Percentages of Color #becef7

%23
%17
%0
%3

Triadic Colors of #becef7

#becef7 #f7bece #cef7be

Analogous Colors of #becef7

#becef7 #cbbef7 #beebf7

Monochromatic Colors of #becef7

#becef7

Complementary Color

#becef7 #f7e7be

#becef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becef7 Color CSS Codes

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

#becef7 Text Font Color

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

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


#becef7 Background Color

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

This div background color is #becef7


#becef7 Border Color

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

This div border color is #becef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becef7


Comments

No comments written yet.

Please login to write comment.