Color Hex Logo

#bef0ef Color Hex

#BEF0EF
(190,240,239)
0 Favorites   0 Comments

Color spaces of #bef0ef

RGB 190240239
HSL0.500.630.84
HSV179°21°94°
CMYK 0.210.000.00   0.06
XYZ67.975379.499393.4236
Yxy79.49930.28220.3300
Hunter Lab89.1624-19.95000.2901
CIE-Lab91.4597-16.0512-4.7721

#bef0ef color RGB value is (190,240,239).

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

The process color (four color CMYK) of #bef0ef color hex is 0.21, 0.00, 0.00, 0.06. Web safe color of #bef0ef is #ccffff. Color #bef0ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 11101111
Octal 276 360 357
Decimal 190 240 239
Hex BE F0 EF

RGB Percentages of Color #bef0ef

%28.40
%35.87
%35.72

CMYK Percentages of Color #bef0ef

%21
%0
%0
%6

Triadic Colors of #bef0ef

#bef0ef #efbef0 #f0efbe

Analogous Colors of #bef0ef

#bef0ef #bed8f0 #bef0d6

Monochromatic Colors of #bef0ef

#bef0ef

Complementary Color

#bef0ef #f0bebf

#bef0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef0ef Color CSS Codes

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

#bef0ef Text Font Color

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

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


#bef0ef Background Color

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

This div background color is #bef0ef


#bef0ef Border Color

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

This div border color is #bef0ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,240,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 #bef0ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef0ef


Comments

No comments written yet.

Please login to write comment.