Color Hex Logo

#baedca Color Hex

#BAEDCA
(186,237,202)
0 Favorites   0 Comments

Color spaces of #baedca

RGB 186237202
HSL0.390.590.83
HSV139°22°93°
CMYK 0.220.000.15   0.07
XYZ61.194675.271767.1807
Yxy75.27170.30050.3696
Hunter Lab86.7593-25.925914.8212
CIE-Lab89.5201-23.082111.6664

#baedca color RGB value is (186,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11001010
Octal 272 355 312
Decimal 186 237 202
Hex BA ED CA

RGB Percentages of Color #baedca

%29.76
%37.92
%32.32

CMYK Percentages of Color #baedca

%22
%0
%15
%7

Triadic Colors of #baedca

#baedca #cabaed #edcaba

Analogous Colors of #baedca

#baedca #baede4 #c4edba

Monochromatic Colors of #baedca

#baedca

Complementary Color

#baedca #edbadd

#baedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedca Color CSS Codes

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

#baedca Text Font Color

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

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


#baedca Background Color

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

This div background color is #baedca


#baedca Border Color

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

This div border color is #baedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedca


Comments

No comments written yet.

Please login to write comment.