Color Hex Logo

#beeddc Color Hex

#BEEDDC
(190,237,220)
0 Favorites   0 Comments

Color spaces of #beeddc

RGB 190237220
HSL0.440.570.84
HSV158°20°93°
CMYK 0.200.000.07   0.07
XYZ64.437776.682879.1152
Yxy76.68280.29260.3482
Hunter Lab87.5687-21.89557.7317
CIE-Lab90.1754-18.41063.2582

#beeddc color RGB value is (190,237,220).

#beeddc hex color red value is 190, green value is 237 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #beeddc hue: 0.44 , saturation: 0.57 and the lightness value of beeddc is 0.84.

The process color (four color CMYK) of #beeddc color hex is 0.20, 0.00, 0.07, 0.07. Web safe color of #beeddc is #ccffcc. Color #beeddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11011100
Octal 276 355 334
Decimal 190 237 220
Hex BE ED DC

RGB Percentages of Color #beeddc

%29.37
%36.63
%34.00

CMYK Percentages of Color #beeddc

%20
%0
%7
%7

Triadic Colors of #beeddc

#beeddc #dcbeed #eddcbe

Analogous Colors of #beeddc

#beeddc #bee7ed #beedc5

Monochromatic Colors of #beeddc

#beeddc

Complementary Color

#beeddc #edbecf

#beeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeddc Color CSS Codes

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

#beeddc Text Font Color

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

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


#beeddc Background Color

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

This div background color is #beeddc


#beeddc Border Color

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

This div border color is #beeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeddc


Comments

No comments written yet.

Please login to write comment.