Color Hex Logo

#bedfcf Color Hex

#BEDFCF
(190,223,207)
0 Favorites   0 Comments

Color spaces of #bedfcf

RGB 190223207
HSL0.420.340.81
HSV151°15°87°
CMYK 0.150.000.07   0.13
XYZ58.885468.227569.0971
Yxy68.22750.30010.3477
Hunter Lab82.5999-17.29758.2223
CIE-Lab86.1201-13.92734.2005

#bedfcf color RGB value is (190,223,207).

#bedfcf hex color red value is 190, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bedfcf hue: 0.42 , saturation: 0.34 and the lightness value of bedfcf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11001111
Octal 276 337 317
Decimal 190 223 207
Hex BE DF CF

RGB Percentages of Color #bedfcf

%30.65
%35.97
%33.39

CMYK Percentages of Color #bedfcf

%15
%0
%7
%13

Triadic Colors of #bedfcf

#bedfcf #cfbedf #dfcfbe

Analogous Colors of #bedfcf

#bedfcf #bedfdf #bedfbf

Monochromatic Colors of #bedfcf

#bedfcf

Complementary Color

#bedfcf #dfbece

#bedfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfcf Color CSS Codes

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

#bedfcf Text Font Color

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

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


#bedfcf Background Color

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

This div background color is #bedfcf


#bedfcf Border Color

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

This div border color is #bedfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfcf


Comments

No comments written yet.

Please login to write comment.