Color Hex Logo

#baedcc Color Hex

#BAEDCC
(186,237,204)
0 Favorites   0 Comments

Color spaces of #baedcc

RGB 186237204
HSL0.390.590.83
HSV141°22°93°
CMYK 0.220.000.14   0.07
XYZ61.433075.367168.4362
Yxy75.36710.29930.3672
Hunter Lab86.8142-25.611614.0313
CIE-Lab89.5647-22.714310.6892

#baedcc color RGB value is (186,237,204).

#baedcc hex color red value is 186, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #baedcc hue: 0.39 , saturation: 0.59 and the lightness value of baedcc is 0.83.

The process color (four color CMYK) of #baedcc color hex is 0.22, 0.00, 0.14, 0.07. Web safe color of #baedcc is #ccffcc. Color #baedcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11001100
Octal 272 355 314
Decimal 186 237 204
Hex BA ED CC

RGB Percentages of Color #baedcc

%29.67
%37.80
%32.54

CMYK Percentages of Color #baedcc

%22
%0
%14
%7

Triadic Colors of #baedcc

#baedcc #ccbaed #edccba

Analogous Colors of #baedcc

#baedcc #baede6 #c2edba

Monochromatic Colors of #baedcc

#baedcc

Complementary Color

#baedcc #edbadb

#baedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedcc Color CSS Codes

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

#baedcc Text Font Color

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

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


#baedcc Background Color

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

This div background color is #baedcc


#baedcc Border Color

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

This div border color is #baedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedcc


Comments

No comments written yet.

Please login to write comment.