Color Hex Logo

#bebcef Color Hex

#BEBCEF
(190,188,239)
0 Favorites   0 Comments

Color spaces of #bebcef

RGB 190188239
HSL0.670.610.84
HSV242°21°94°
CMYK 0.210.210.00   0.06
XYZ54.798453.145689.0313
Yxy53.14560.27820.2698
Hunter Lab72.90106.5985-21.3779
CIE-Lab77.960911.1429-25.0197

#bebcef color RGB value is (190,188,239).

#bebcef hex color red value is 190, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bebcef hue: 0.67 , saturation: 0.61 and the lightness value of bebcef is 0.84.

The process color (four color CMYK) of #bebcef color hex is 0.21, 0.21, 0.00, 0.06. Web safe color of #bebcef is #ccccff. Color #bebcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11101111
Octal 276 274 357
Decimal 190 188 239
Hex BE BC EF

RGB Percentages of Color #bebcef

%30.79
%30.47
%38.74

CMYK Percentages of Color #bebcef

%21
%21
%0
%6

Triadic Colors of #bebcef

#bebcef #efbebc #bcefbe

Analogous Colors of #bebcef

#bebcef #d8bcef #bcd4ef

Monochromatic Colors of #bebcef

#bebcef

Complementary Color

#bebcef #edefbc

#bebcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcef Color CSS Codes

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

#bebcef Text Font Color

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

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


#bebcef Background Color

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

This div background color is #bebcef


#bebcef Border Color

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

This div border color is #bebcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcef


Comments

No comments written yet.

Please login to write comment.