Color Hex Logo

#bedacf Color Hex

#BEDACF
(190,218,207)
0 Favorites   0 Comments

Color spaces of #bedacf

RGB 190218207
HSL0.430.270.80
HSV156°13°85°
CMYK 0.130.000.05   0.15
XYZ57.569165.595068.6584
Yxy65.59500.30010.3420
Hunter Lab80.9907-14.85416.4315
CIE-Lab84.7894-11.39172.2707

#bedacf color RGB value is (190,218,207).

#bedacf hex color red value is 190, green value is 218 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bedacf hue: 0.43 , saturation: 0.27 and the lightness value of bedacf is 0.80.

The process color (four color CMYK) of #bedacf color hex is 0.13, 0.00, 0.05, 0.15. Web safe color of #bedacf is #cccccc. Color #bedacf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11001111
Octal 276 332 317
Decimal 190 218 207
Hex BE DA CF

RGB Percentages of Color #bedacf

%30.89
%35.45
%33.66

CMYK Percentages of Color #bedacf

%13
%0
%5
%15

Triadic Colors of #bedacf

#bedacf #cfbeda #dacfbe

Analogous Colors of #bedacf

#bedacf #bed7da #bedac1

Monochromatic Colors of #bedacf

#bedacf

Complementary Color

#bedacf #dabec9

#bedacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedacf Color CSS Codes

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

#bedacf Text Font Color

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

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


#bedacf Background Color

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

This div background color is #bedacf


#bedacf Border Color

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

This div border color is #bedacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedacf


Comments

No comments written yet.

Please login to write comment.