Color Hex Logo

#bceeda Color Hex

#BCEEDA
(188,238,218)
0 Favorites   0 Comments

Color spaces of #bceeda

RGB 188238218
HSL0.430.600.84
HSV156°21°93°
CMYK 0.210.000.08   0.07
XYZ63.968576.902477.8018
Yxy76.90240.29250.3517
Hunter Lab87.6940-23.25758.7839
CIE-Lab90.2767-19.91584.4333

#bceeda color RGB value is (188,238,218).

#bceeda hex color red value is 188, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bceeda hue: 0.43 , saturation: 0.60 and the lightness value of bceeda is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11011010
Octal 274 356 332
Decimal 188 238 218
Hex BC EE DA

RGB Percentages of Color #bceeda

%29.19
%36.96
%33.85

CMYK Percentages of Color #bceeda

%21
%0
%8
%7

Triadic Colors of #bceeda

#bceeda #dabcee #eedabc

Analogous Colors of #bceeda

#bceeda #bce9ee #bceec1

Monochromatic Colors of #bceeda

#bceeda

Complementary Color

#bceeda #eebcd0

#bceeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceeda Color CSS Codes

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

#bceeda Text Font Color

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

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


#bceeda Background Color

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

This div background color is #bceeda


#bceeda Border Color

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

This div border color is #bceeda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,238,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bceeda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bceeda;
  -webkit-box-shadow: 1px 1px 3px 2px #bceeda;
  box-shadow:         1px 1px 3px 2px #bceeda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,238,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceeda


Comments

No comments written yet.

Please login to write comment.