Color Hex Logo

#beecde Color Hex

#BEECDE
(190,236,222)
0 Favorites   0 Comments

Color spaces of #beecde

RGB 190236222
HSL0.450.550.84
HSV162°19°93°
CMYK 0.190.000.06   0.07
XYZ64.415576.212080.4226
Yxy76.21200.29140.3448
Hunter Lab87.2995-21.06476.4901
CIE-Lab89.9577-17.52261.8978

#beecde color RGB value is (190,236,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 11011110
Octal 276 354 336
Decimal 190 236 222
Hex BE EC DE

RGB Percentages of Color #beecde

%29.32
%36.42
%34.26

CMYK Percentages of Color #beecde

%19
%0
%6
%7

Triadic Colors of #beecde

#beecde #debeec #ecdebe

Analogous Colors of #beecde

#beecde #bee3ec #beecc7

Monochromatic Colors of #beecde

#beecde

Complementary Color

#beecde #ecbecc

#beecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecde Color CSS Codes

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

#beecde Text Font Color

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

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


#beecde Background Color

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

This div background color is #beecde


#beecde Border Color

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

This div border color is #beecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecde

#beecde Color Palettes


Comments

No comments written yet.

Please login to write comment.