Color Hex Logo

#beecdb Color Hex

#BEECDB
(190,236,219)
0 Favorites   0 Comments

Color spaces of #beecdb

RGB 190236219
HSL0.440.550.84
HSV158°19°93°
CMYK 0.190.000.07   0.07
XYZ64.016876.052578.3234
Yxy76.05250.29310.3482
Hunter Lab87.2081-21.58277.7961
CIE-Lab89.8837-18.11173.3571

#beecdb color RGB value is (190,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 11011011
Octal 276 354 333
Decimal 190 236 219
Hex BE EC DB

RGB Percentages of Color #beecdb

%29.46
%36.59
%33.95

CMYK Percentages of Color #beecdb

%19
%0
%7
%7

Triadic Colors of #beecdb

#beecdb #dbbeec #ecdbbe

Analogous Colors of #beecdb

#beecdb #bee6ec #beecc4

Monochromatic Colors of #beecdb

#beecdb

Complementary Color

#beecdb #ecbecf

#beecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecdb Color CSS Codes

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

#beecdb Text Font Color

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

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


#beecdb Background Color

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

This div background color is #beecdb


#beecdb Border Color

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

This div border color is #beecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecdb


Comments

No comments written yet.

Please login to write comment.