Color Hex Logo

#bee4da Color Hex

#BEE4DA
(190,228,218)
0 Favorites   0 Comments

Color spaces of #bee4da

RGB 190228218
HSL0.460.410.82
HSV164°17°89°
CMYK 0.170.000.04   0.11
XYZ61.633571.495976.8813
Yxy71.49590.29350.3404
Hunter Lab84.5552-17.86055.2796
CIE-Lab87.7254-14.31650.7425

#bee4da color RGB value is (190,228,218).

#bee4da hex color red value is 190, green value is 228 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bee4da hue: 0.46 , saturation: 0.41 and the lightness value of bee4da is 0.82.

The process color (four color CMYK) of #bee4da color hex is 0.17, 0.00, 0.04, 0.11. Web safe color of #bee4da is #cccccc. Color #bee4da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 11011010
Octal 276 344 332
Decimal 190 228 218
Hex BE E4 DA

RGB Percentages of Color #bee4da

%29.87
%35.85
%34.28

CMYK Percentages of Color #bee4da

%17
%0
%4
%11

Triadic Colors of #bee4da

#bee4da #dabee4 #e4dabe

Analogous Colors of #bee4da

#bee4da #bedbe4 #bee4c7

Monochromatic Colors of #bee4da

#bee4da

Complementary Color

#bee4da #e4bec8

#bee4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee4da Color CSS Codes

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

#bee4da Text Font Color

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

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


#bee4da Background Color

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

This div background color is #bee4da


#bee4da Border Color

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

This div border color is #bee4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee4da


Comments

No comments written yet.

Please login to write comment.