Color Hex Logo

#bee0ca Color Hex

#BEE0CA
(190,224,202)
0 Favorites   0 Comments

Color spaces of #bee0ca

RGB 190224202
HSL0.390.350.81
HSV141°15°88°
CMYK 0.150.000.10   0.12
XYZ58.551568.522766.0173
Yxy68.52270.30320.3549
Hunter Lab82.7784-18.604210.6601
CIE-Lab86.2671-15.36847.0465

#bee0ca color RGB value is (190,224,202).

#bee0ca hex color red value is 190, green value is 224 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bee0ca hue: 0.39 , saturation: 0.35 and the lightness value of bee0ca is 0.81.

The process color (four color CMYK) of #bee0ca color hex is 0.15, 0.00, 0.10, 0.12. Web safe color of #bee0ca is #cccccc. Color #bee0ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 11001010
Octal 276 340 312
Decimal 190 224 202
Hex BE E0 CA

RGB Percentages of Color #bee0ca

%30.84
%36.36
%32.79

CMYK Percentages of Color #bee0ca

%15
%0
%10
%12

Triadic Colors of #bee0ca

#bee0ca #cabee0 #e0cabe

Analogous Colors of #bee0ca

#bee0ca #bee0db #c3e0be

Monochromatic Colors of #bee0ca

#bee0ca

Complementary Color

#bee0ca #e0bed4

#bee0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee0ca Color CSS Codes

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

#bee0ca Text Font Color

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

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


#bee0ca Background Color

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

This div background color is #bee0ca


#bee0ca Border Color

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

This div border color is #bee0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee0ca


Comments

No comments written yet.

Please login to write comment.