Color Hex Logo

#beeacb Color Hex

#BEEACB
(190,234,203)
0 Favorites   0 Comments

Color spaces of #beeacb

RGB 190234203
HSL0.380.510.83
HSV138°19°92°
CMYK 0.190.000.13   0.08
XYZ61.437574.104667.5654
Yxy74.10460.30250.3649
Hunter Lab86.0840-23.253013.7234
CIE-Lab88.9719-20.148710.3969

#beeacb color RGB value is (190,234,203).

#beeacb hex color red value is 190, green value is 234 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #beeacb hue: 0.38 , saturation: 0.51 and the lightness value of beeacb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11001011
Octal 276 352 313
Decimal 190 234 203
Hex BE EA CB

RGB Percentages of Color #beeacb

%30.30
%37.32
%32.38

CMYK Percentages of Color #beeacb

%19
%0
%13
%8

Triadic Colors of #beeacb

#beeacb #cbbeea #eacbbe

Analogous Colors of #beeacb

#beeacb #beeae1 #c7eabe

Monochromatic Colors of #beeacb

#beeacb

Complementary Color

#beeacb #eabedd

#beeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeacb Color CSS Codes

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

#beeacb Text Font Color

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

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


#beeacb Background Color

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

This div background color is #beeacb


#beeacb Border Color

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

This div border color is #beeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeacb


Comments

No comments written yet.

Please login to write comment.