Color Hex Logo

#bedfdc Color Hex

#BEDFDC
(190,223,220)
0 Favorites   0 Comments

Color spaces of #bedfdc

RGB 190223220
HSL0.480.340.81
HSV175°15°87°
CMYK 0.150.000.01   0.13
XYZ60.541168.889877.8164
Yxy68.88980.29210.3324
Hunter Lab82.9999-15.04982.5127
CIE-Lab86.4494-11.3889-2.1765

#bedfdc color RGB value is (190,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11011100
Octal 276 337 334
Decimal 190 223 220
Hex BE DF DC

RGB Percentages of Color #bedfdc

%30.02
%35.23
%34.76

CMYK Percentages of Color #bedfdc

%15
%0
%1
%13

Triadic Colors of #bedfdc

#bedfdc #dcbedf #dfdcbe

Analogous Colors of #bedfdc

#bedfdc #bed2df #bedfcc

Monochromatic Colors of #bedfdc

#bedfdc

Complementary Color

#bedfdc #dfbec1

#bedfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfdc Color CSS Codes

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

#bedfdc Text Font Color

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

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


#bedfdc Background Color

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

This div background color is #bedfdc


#bedfdc Border Color

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

This div border color is #bedfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfdc


Comments

No comments written yet.

Please login to write comment.