Color Hex Logo

#bef1ce Color Hex

#BEF1CE
(190,241,206)
0 Favorites   0 Comments

Color spaces of #bef1ce

RGB 190241206
HSL0.390.650.85
HSV139°21°95°
CMYK 0.210.000.15   0.05
XYZ63.831178.314070.1444
Yxy78.31400.30070.3689
Hunter Lab88.4952-26.115514.9513
CIE-Lab90.9230-23.015611.6174

#bef1ce color RGB value is (190,241,206).

#bef1ce hex color red value is 190, green value is 241 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bef1ce hue: 0.39 , saturation: 0.65 and the lightness value of bef1ce is 0.85.

The process color (four color CMYK) of #bef1ce color hex is 0.21, 0.00, 0.15, 0.05. Web safe color of #bef1ce is #ccffcc. Color #bef1ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 11001110
Octal 276 361 316
Decimal 190 241 206
Hex BE F1 CE

RGB Percentages of Color #bef1ce

%29.83
%37.83
%32.34

CMYK Percentages of Color #bef1ce

%21
%0
%15
%5

Triadic Colors of #bef1ce

#bef1ce #cebef1 #f1cebe

Analogous Colors of #bef1ce

#bef1ce #bef1e8 #c8f1be

Monochromatic Colors of #bef1ce

#bef1ce

Complementary Color

#bef1ce #f1bee1

#bef1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef1ce Color CSS Codes

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

#bef1ce Text Font Color

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

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


#bef1ce Background Color

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

This div background color is #bef1ce


#bef1ce Border Color

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

This div border color is #bef1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef1ce


Comments

No comments written yet.

Please login to write comment.