Color Hex Logo

#beceff Color Hex

#BECEFF
(190,206,255)
0 Favorites   0 Comments

Color spaces of #beceff

RGB 190206255
HSL0.631.000.87
HSV225°25°100°
CMYK 0.250.190.00   0.00
XYZ61.356562.3098103.4009
Yxy62.30980.27020.2744
Hunter Lab78.93660.6071-22.4098
CIE-Lab83.07795.0664-25.7615

#beceff color RGB value is (190,206,255).

#beceff hex color red value is 190, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #beceff hue: 0.63 , saturation: 1.00 and the lightness value of beceff is 0.87.

The process color (four color CMYK) of #beceff color hex is 0.25, 0.19, 0.00, 0.00. Web safe color of #beceff is #ccccff. Color #beceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 11111111
Octal 276 316 377
Decimal 190 206 255
Hex BE CE FF

RGB Percentages of Color #beceff

%29.19
%31.64
%39.17

CMYK Percentages of Color #beceff

%25
%19
%0
%0

Triadic Colors of #beceff

#beceff #ffbece #ceffbe

Analogous Colors of #beceff

#beceff #cfbeff #beefff

Monochromatic Colors of #beceff

#beceff

Complementary Color

#beceff #ffefbe

#beceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#beceff Color CSS Codes

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

#beceff Text Font Color

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

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


#beceff Background Color

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

This div background color is #beceff


#beceff Border Color

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

This div border color is #beceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beceff

Related Colors


Comments

No comments written yet.

Please login to write comment.