Color Hex Logo

#bedfa8 Color Hex

#BEDFA8
(190,223,168)
0 Favorites   0 Comments

Color spaces of #bedfa8

RGB 190223168
HSL0.270.460.77
HSV96°25°87°
CMYK 0.150.000.25   0.13
XYZ54.690866.549747.0086
Yxy66.54970.32510.3955
Hunter Lab81.5780-23.093122.9393
CIE-Lab85.2760-20.660523.4543

#bedfa8 color RGB value is (190,223,168).

#bedfa8 hex color red value is 190, green value is 223 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bedfa8 hue: 0.27 , saturation: 0.46 and the lightness value of bedfa8 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10101000
Octal 276 337 250
Decimal 190 223 168
Hex BE DF A8

RGB Percentages of Color #bedfa8

%32.70
%38.38
%28.92

CMYK Percentages of Color #bedfa8

%15
%0
%25
%13

Triadic Colors of #bedfa8

#bedfa8 #a8bedf #dfa8be

Analogous Colors of #bedfa8

#bedfa8 #a8dfae #dadfa8

Monochromatic Colors of #bedfa8

#bedfa8

Complementary Color

#bedfa8 #c9a8df

#bedfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfa8 Color CSS Codes

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

#bedfa8 Text Font Color

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

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


#bedfa8 Background Color

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

This div background color is #bedfa8


#bedfa8 Border Color

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

This div border color is #bedfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfa8


Comments

No comments written yet.

Please login to write comment.