Color Hex Logo

#befedc Color Hex

#BEFEDC
(190,254,220)
0 Favorites   0 Comments

Color spaces of #befedc

RGB 190254220
HSL0.410.970.87
HSV148°25°100°
CMYK 0.250.000.13   0.00
XYZ69.595386.998180.8344
Yxy86.99810.29310.3664
Hunter Lab93.2728-30.039913.9075
CIE-Lab94.7375-26.65519.8307

#befedc color RGB value is (190,254,220).

#befedc hex color red value is 190, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #befedc hue: 0.41 , saturation: 0.97 and the lightness value of befedc is 0.87.

The process color (four color CMYK) of #befedc color hex is 0.25, 0.00, 0.13, 0.00. Web safe color of #befedc is #ccffcc. Color #befedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 11011100
Octal 276 376 334
Decimal 190 254 220
Hex BE FE DC

RGB Percentages of Color #befedc

%28.61
%38.25
%33.13

CMYK Percentages of Color #befedc

%25
%0
%13
%0

Triadic Colors of #befedc

#befedc #dcbefe #fedcbe

Analogous Colors of #befedc

#befedc #befefc #c0febe

Monochromatic Colors of #befedc

#befedc

Complementary Color

#befedc #febee0

#befedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#befedc Color CSS Codes

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

#befedc Text Font Color

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

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


#befedc Background Color

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

This div background color is #befedc


#befedc Border Color

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

This div border color is #befedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befedc


Comments

No comments written yet.

Please login to write comment.