Color Hex Logo

#bae4dd Color Hex

#BAE4DD
(186,228,221)
0 Favorites   0 Comments

Color spaces of #bae4dd

RGB 186228221
HSL0.470.440.81
HSV170°18°89°
CMYK 0.180.000.03   0.11
XYZ61.044271.146478.9219
Yxy71.14640.28920.3370
Hunter Lab84.3483-18.42633.5682
CIE-Lab87.5561-14.9705-1.1113

#bae4dd color RGB value is (186,228,221).

#bae4dd hex color red value is 186, green value is 228 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bae4dd hue: 0.47 , saturation: 0.44 and the lightness value of bae4dd is 0.81.

The process color (four color CMYK) of #bae4dd color hex is 0.18, 0.00, 0.03, 0.11. Web safe color of #bae4dd is #cccccc. Color #bae4dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 11011101
Octal 272 344 335
Decimal 186 228 221
Hex BA E4 DD

RGB Percentages of Color #bae4dd

%29.29
%35.91
%34.80

CMYK Percentages of Color #bae4dd

%18
%0
%3
%11

Triadic Colors of #bae4dd

#bae4dd #ddbae4 #e4ddba

Analogous Colors of #bae4dd

#bae4dd #bad6e4 #bae4c8

Monochromatic Colors of #bae4dd

#bae4dd

Complementary Color

#bae4dd #e4bac1

#bae4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae4dd Color CSS Codes

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

#bae4dd Text Font Color

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

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


#bae4dd Background Color

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

This div background color is #bae4dd


#bae4dd Border Color

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

This div border color is #bae4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae4dd


Comments

No comments written yet.

Please login to write comment.