Color Hex Logo

#baecdb Color Hex

#BAECDB
(186,236,219)
0 Favorites   0 Comments

Color spaces of #baecdb

RGB 186236219
HSL0.440.570.83
HSV160°21°93°
CMYK 0.210.000.07   0.07
XYZ63.031375.544578.2773
Yxy75.54450.29070.3484
Hunter Lab86.9163-22.65637.4446
CIE-Lab89.6474-19.35402.9849

#baecdb color RGB value is (186,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11011011
Octal 272 354 333
Decimal 186 236 219
Hex BA EC DB

RGB Percentages of Color #baecdb

%29.02
%36.82
%34.17

CMYK Percentages of Color #baecdb

%21
%0
%7
%7

Triadic Colors of #baecdb

#baecdb #dbbaec #ecdbba

Analogous Colors of #baecdb

#baecdb #bae4ec #baecc2

Monochromatic Colors of #baecdb

#baecdb

Complementary Color

#baecdb #ecbacb

#baecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecdb Color CSS Codes

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

#baecdb Text Font Color

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

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


#baecdb Background Color

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

This div background color is #baecdb


#baecdb Border Color

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

This div border color is #baecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecdb


Comments

No comments written yet.

Please login to write comment.