Color Hex Logo

#baebcf Color Hex

#BAEBCF
(186,235,207)
0 Favorites   0 Comments

Color spaces of #baebcf

RGB 186235207
HSL0.400.550.83
HSV146°21°92°
CMYK 0.210.000.12   0.08
XYZ61.220574.360870.1579
Yxy74.36080.29760.3614
Hunter Lab86.2327-24.182012.1253
CIE-Lab89.0927-21.17918.4507

#baebcf color RGB value is (186,235,207).

#baebcf hex color red value is 186, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #baebcf hue: 0.40 , saturation: 0.55 and the lightness value of baebcf is 0.83.

The process color (four color CMYK) of #baebcf color hex is 0.21, 0.00, 0.12, 0.08. Web safe color of #baebcf is #ccffcc. Color #baebcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11001111
Octal 272 353 317
Decimal 186 235 207
Hex BA EB CF

RGB Percentages of Color #baebcf

%29.62
%37.42
%32.96

CMYK Percentages of Color #baebcf

%21
%0
%12
%8

Triadic Colors of #baebcf

#baebcf #cfbaeb #ebcfba

Analogous Colors of #baebcf

#baebcf #baebe8 #beebba

Monochromatic Colors of #baebcf

#baebcf

Complementary Color

#baebcf #ebbad6

#baebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebcf Color CSS Codes

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

#baebcf Text Font Color

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

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


#baebcf Background Color

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

This div background color is #baebcf


#baebcf Border Color

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

This div border color is #baebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebcf


Comments

No comments written yet.

Please login to write comment.