Color Hex Logo

#beecdd Color Hex

#BEECDD
(190,236,221)
0 Favorites   0 Comments

Color spaces of #beecdd

RGB 190236221
HSL0.450.550.84
HSV160°19°93°
CMYK 0.190.000.06   0.07
XYZ64.281876.158579.7187
Yxy76.15850.29200.3459
Hunter Lab87.2688-21.23826.9277
CIE-Lab89.9329-17.71972.3840

#beecdd color RGB value is (190,236,221).

#beecdd hex color red value is 190, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #beecdd hue: 0.45 , saturation: 0.55 and the lightness value of beecdd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 11011101
Octal 276 354 335
Decimal 190 236 221
Hex BE EC DD

RGB Percentages of Color #beecdd

%29.37
%36.48
%34.16

CMYK Percentages of Color #beecdd

%19
%0
%6
%7

Triadic Colors of #beecdd

#beecdd #ddbeec #ecddbe

Analogous Colors of #beecdd

#beecdd #bee4ec #beecc6

Monochromatic Colors of #beecdd

#beecdd

Complementary Color

#beecdd #ecbecd

#beecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecdd Color CSS Codes

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

#beecdd Text Font Color

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

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


#beecdd Background Color

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

This div background color is #beecdd


#beecdd Border Color

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

This div border color is #beecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecdd


Comments

No comments written yet.

Please login to write comment.