Color Hex Logo

#bceaee Color Hex

#BCEAEE
(188,234,238)
0 Favorites   0 Comments

Color spaces of #bceaee

RGB 188234238
HSL0.510.600.84
HSV185°21°93°
CMYK 0.210.020.00   0.07
XYZ65.594575.710092.0452
Yxy75.71000.28110.3244
Hunter Lab87.0115-17.7061-1.8119
CIE-Lab89.7245-13.8543-6.8245

#bceaee color RGB value is (188,234,238).

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

The process color (four color CMYK) of #bceaee color hex is 0.21, 0.02, 0.00, 0.07. Web safe color of #bceaee is #ccffff. Color #bceaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 11101110
Octal 274 352 356
Decimal 188 234 238
Hex BC EA EE

RGB Percentages of Color #bceaee

%28.48
%35.45
%36.06

CMYK Percentages of Color #bceaee

%21
%2
%0
%7

Triadic Colors of #bceaee

#bceaee #eebcea #eaeebc

Analogous Colors of #bceaee

#bceaee #bcd1ee #bceed9

Monochromatic Colors of #bceaee

#bceaee

Complementary Color

#bceaee #eec0bc

#bceaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceaee Color CSS Codes

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

#bceaee Text Font Color

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

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


#bceaee Background Color

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

This div background color is #bceaee


#bceaee Border Color

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

This div border color is #bceaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceaee

#bceaee Color Palettes


Comments

No comments written yet.

Please login to write comment.