Color Hex Logo

#bef6cd Color Hex

#BEF6CD
(190,246,205)
0 Favorites   0 Comments

Color spaces of #bef6cd

RGB 190246205
HSL0.380.760.85
HSV136°23°96°
CMYK 0.230.000.17   0.04
XYZ65.210481.266570.0067
Yxy81.26650.30120.3754
Hunter Lab90.1479-28.637217.0604
CIE-Lab92.2502-25.604714.0187

#bef6cd color RGB value is (190,246,205).

#bef6cd hex color red value is 190, green value is 246 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bef6cd hue: 0.38 , saturation: 0.76 and the lightness value of bef6cd is 0.85.

The process color (four color CMYK) of #bef6cd color hex is 0.23, 0.00, 0.17, 0.04. Web safe color of #bef6cd is #ccffcc. Color #bef6cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 11001101
Octal 276 366 315
Decimal 190 246 205
Hex BE F6 CD

RGB Percentages of Color #bef6cd

%29.64
%38.38
%31.98

CMYK Percentages of Color #bef6cd

%23
%0
%17
%4

Triadic Colors of #bef6cd

#bef6cd #cdbef6 #f6cdbe

Analogous Colors of #bef6cd

#bef6cd #bef6e9 #cbf6be

Monochromatic Colors of #bef6cd

#bef6cd

Complementary Color

#bef6cd #f6bee7

#bef6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef6cd Color CSS Codes

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

#bef6cd Text Font Color

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

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


#bef6cd Background Color

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

This div background color is #bef6cd


#bef6cd Border Color

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

This div border color is #bef6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef6cd


Comments

No comments written yet.

Please login to write comment.