Color Hex Logo

#beeecd Color Hex

#BEEECD
(190,238,205)
0 Favorites   0 Comments

Color spaces of #beeecd

RGB 190238205
HSL0.390.590.84
HSV139°20°93°
CMYK 0.200.000.14   0.07
XYZ62.829276.504069.2129
Yxy76.50400.30130.3668
Hunter Lab87.4666-24.845914.3100
CIE-Lab90.0928-21.740310.9541

#beeecd color RGB value is (190,238,205).

#beeecd hex color red value is 190, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #beeecd hue: 0.39 , saturation: 0.59 and the lightness value of beeecd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 11001101
Octal 276 356 315
Decimal 190 238 205
Hex BE EE CD

RGB Percentages of Color #beeecd

%30.02
%37.60
%32.39

CMYK Percentages of Color #beeecd

%20
%0
%14
%7

Triadic Colors of #beeecd

#beeecd #cdbeee #eecdbe

Analogous Colors of #beeecd

#beeecd #beeee5 #c7eebe

Monochromatic Colors of #beeecd

#beeecd

Complementary Color

#beeecd #eebedf

#beeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeecd Color CSS Codes

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

#beeecd Text Font Color

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

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


#beeecd Background Color

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

This div background color is #beeecd


#beeecd Border Color

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

This div border color is #beeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeecd


Comments

No comments written yet.

Please login to write comment.