Color Hex Logo

#bedeaf Color Hex

#BEDEAF
(190,222,175)
1 Favorites   0 Comments

Color spaces of #bedeaf

RGB 190222175
HSL0.280.420.78
HSV101°21°87°
CMYK 0.140.000.21   0.13
XYZ55.094366.284850.4479
Yxy66.28480.32060.3858
Hunter Lab81.4155-21.685220.2527
CIE-Lab85.1415-19.060219.6222

#bedeaf color RGB value is (190,222,175).

#bedeaf hex color red value is 190, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bedeaf hue: 0.28 , saturation: 0.42 and the lightness value of bedeaf is 0.78.

The process color (four color CMYK) of #bedeaf color hex is 0.14, 0.00, 0.21, 0.13. Web safe color of #bedeaf is #cccc99. Color #bedeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10101111
Octal 276 336 257
Decimal 190 222 175
Hex BE DE AF

RGB Percentages of Color #bedeaf

%32.37
%37.82
%29.81

CMYK Percentages of Color #bedeaf

%14
%0
%21
%13

Triadic Colors of #bedeaf

#bedeaf #afbede #deafbe

Analogous Colors of #bedeaf

#bedeaf #afdeb8 #d6deaf

Monochromatic Colors of #bedeaf

#bedeaf

Complementary Color

#bedeaf #cfafde

#bedeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedeaf Color CSS Codes

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

#bedeaf Text Font Color

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

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


#bedeaf Background Color

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

This div background color is #bedeaf


#bedeaf Border Color

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

This div border color is #bedeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedeaf


Comments

No comments written yet.

Please login to write comment.