Color Hex Logo

#bae1be Color Hex

#BAE1BE
(186,225,190)
0 Favorites   0 Comments

Color spaces of #bae1be

RGB 186225190
HSL0.350.390.81
HSV126°17°88°
CMYK 0.170.000.16   0.12
XYZ56.469268.007258.8657
Yxy68.00720.30800.3709
Hunter Lab82.4665-22.087915.4045
CIE-Lab86.0100-19.364612.9508

#bae1be color RGB value is (186,225,190).

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

The process color (four color CMYK) of #bae1be color hex is 0.17, 0.00, 0.16, 0.12. Web safe color of #bae1be is #cccccc. Color #bae1be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 10111110
Octal 272 341 276
Decimal 186 225 190
Hex BA E1 BE

RGB Percentages of Color #bae1be

%30.95
%37.44
%31.61

CMYK Percentages of Color #bae1be

%17
%0
%16
%12

Triadic Colors of #bae1be

#bae1be #bebae1 #e1beba

Analogous Colors of #bae1be

#bae1be #bae1d2 #cae1ba

Monochromatic Colors of #bae1be

#bae1be

Complementary Color

#bae1be #e1badd

#bae1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae1be Color CSS Codes

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

#bae1be Text Font Color

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

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


#bae1be Background Color

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

This div background color is #bae1be


#bae1be Border Color

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

This div border color is #bae1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae1be


Comments

No comments written yet.

Please login to write comment.