Color Hex Logo

#baeacc Color Hex

#BAEACC
(186,234,204)
0 Favorites   0 Comments

Color spaces of #baeacc

RGB 186234204
HSL0.400.530.82
HSV143°21°92°
CMYK 0.210.000.13   0.08
XYZ60.571673.644468.1491
Yxy73.64440.29930.3639
Hunter Lab85.8163-24.188212.9876
CIE-Lab88.7541-21.25079.5316

#baeacc color RGB value is (186,234,204).

#baeacc hex color red value is 186, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #baeacc hue: 0.40 , saturation: 0.53 and the lightness value of baeacc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 11001100
Octal 272 352 314
Decimal 186 234 204
Hex BA EA CC

RGB Percentages of Color #baeacc

%29.81
%37.50
%32.69

CMYK Percentages of Color #baeacc

%21
%0
%13
%8

Triadic Colors of #baeacc

#baeacc #ccbaea #eaccba

Analogous Colors of #baeacc

#baeacc #baeae4 #c0eaba

Monochromatic Colors of #baeacc

#baeacc

Complementary Color

#baeacc #eabad8

#baeacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeacc Color CSS Codes

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

#baeacc Text Font Color

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

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


#baeacc Background Color

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

This div background color is #baeacc


#baeacc Border Color

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

This div border color is #baeacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeacc


Comments

No comments written yet.

Please login to write comment.