Color Hex Logo

#bedfcc Color Hex

#BEDFCC
(190,223,204)
0 Favorites   0 Comments

Color spaces of #bedfcc

RGB 190223204
HSL0.400.340.81
HSV145°15°87°
CMYK 0.150.000.09   0.13
XYZ58.522068.082167.1835
Yxy68.08210.30200.3513
Hunter Lab82.5119-17.79379.4827
CIE-Lab86.0475-14.49315.6768

#bedfcc color RGB value is (190,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11001100
Octal 276 337 314
Decimal 190 223 204
Hex BE DF CC

RGB Percentages of Color #bedfcc

%30.79
%36.14
%33.06

CMYK Percentages of Color #bedfcc

%15
%0
%9
%13

Triadic Colors of #bedfcc

#bedfcc #ccbedf #dfccbe

Analogous Colors of #bedfcc

#bedfcc #bedfdd #c1dfbe

Monochromatic Colors of #bedfcc

#bedfcc

Complementary Color

#bedfcc #dfbed1

#bedfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfcc Color CSS Codes

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

#bedfcc Text Font Color

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

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


#bedfcc Background Color

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

This div background color is #bedfcc


#bedfcc Border Color

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

This div border color is #bedfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfcc


Comments

No comments written yet.

Please login to write comment.