Color Hex Logo

#beebd4 Color Hex

#BEEBD4
(190,235,212)
0 Favorites   0 Comments

Color spaces of #beebd4

RGB 190235212
HSL0.410.530.83
HSV149°19°92°
CMYK 0.190.000.10   0.08
XYZ62.827275.117373.4751
Yxy75.11730.29720.3553
Hunter Lab86.6702-22.278410.4058
CIE-Lab89.4479-18.96516.3823

#beebd4 color RGB value is (190,235,212).

#beebd4 hex color red value is 190, green value is 235 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #beebd4 hue: 0.41 , saturation: 0.53 and the lightness value of beebd4 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101011 11010100
Octal 276 353 324
Decimal 190 235 212
Hex BE EB D4

RGB Percentages of Color #beebd4

%29.83
%36.89
%33.28

CMYK Percentages of Color #beebd4

%19
%0
%10
%8

Triadic Colors of #beebd4

#beebd4 #d4beeb #ebd4be

Analogous Colors of #beebd4

#beebd4 #beebeb #bfebbe

Monochromatic Colors of #beebd4

#beebd4

Complementary Color

#beebd4 #ebbed5

#beebd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beebd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beebd4 Color CSS Codes

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

#beebd4 Text Font Color

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

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


#beebd4 Background Color

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

This div background color is #beebd4


#beebd4 Border Color

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

This div border color is #beebd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beebd4


Comments

No comments written yet.

Please login to write comment.