Color Hex Logo

#baeccf Color Hex

#BAECCF
(186,236,207)
0 Favorites   0 Comments

Color spaces of #baeccf

RGB 186236207
HSL0.400.570.83
HSV145°21°93°
CMYK 0.210.000.12   0.07
XYZ61.507674.935070.2536
Yxy74.93500.29760.3625
Hunter Lab86.5650-24.658012.4775
CIE-Lab89.3625-21.66818.8374

#baeccf color RGB value is (186,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11001111
Octal 272 354 317
Decimal 186 236 207
Hex BA EC CF

RGB Percentages of Color #baeccf

%29.57
%37.52
%32.91

CMYK Percentages of Color #baeccf

%21
%0
%12
%7

Triadic Colors of #baeccf

#baeccf #cfbaec #eccfba

Analogous Colors of #baeccf

#baeccf #baece8 #beecba

Monochromatic Colors of #baeccf

#baeccf

Complementary Color

#baeccf #ecbad7

#baeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeccf Color CSS Codes

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

#baeccf Text Font Color

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

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


#baeccf Background Color

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

This div background color is #baeccf


#baeccf Border Color

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

This div border color is #baeccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,236,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 #baeccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeccf


Comments

No comments written yet.

Please login to write comment.