Color Hex Logo

#bef4cd Color Hex

#BEF4CD
(190,244,205)
0 Favorites   0 Comments

Color spaces of #bef4cd

RGB 190244205
HSL0.380.710.85
HSV137°22°96°
CMYK 0.220.000.16   0.04
XYZ64.605380.056369.8050
Yxy80.05630.30120.3733
Hunter Lab89.4742-27.693016.3757
CIE-Lab91.7101-24.645213.2535

#bef4cd color RGB value is (190,244,205).

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

The process color (four color CMYK) of #bef4cd color hex is 0.22, 0.00, 0.16, 0.04. Web safe color of #bef4cd is #ccffcc. Color #bef4cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110100 11001101
Octal 276 364 315
Decimal 190 244 205
Hex BE F4 CD

RGB Percentages of Color #bef4cd

%29.73
%38.18
%32.08

CMYK Percentages of Color #bef4cd

%22
%0
%16
%4

Triadic Colors of #bef4cd

#bef4cd #cdbef4 #f4cdbe

Analogous Colors of #bef4cd

#bef4cd #bef4e8 #caf4be

Monochromatic Colors of #bef4cd

#bef4cd

Complementary Color

#bef4cd #f4bee5

#bef4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef4cd Color CSS Codes

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

#bef4cd Text Font Color

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

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


#bef4cd Background Color

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

This div background color is #bef4cd


#bef4cd Border Color

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

This div border color is #bef4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef4cd


Comments

No comments written yet.

Please login to write comment.