Color Hex Logo

#bcede3 Color Hex

#BCEDE3
(188,237,227)
0 Favorites   0 Comments

Color spaces of #bcede3

RGB 188237227
HSL0.470.580.83
HSV168°21°93°
CMYK 0.210.000.04   0.07
XYZ64.888476.805884.0781
Yxy76.80580.28740.3402
Hunter Lab87.6389-21.20564.4662
CIE-Lab90.2322-17.6335-0.3277

#bcede3 color RGB value is (188,237,227).

#bcede3 hex color red value is 188, green value is 237 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bcede3 hue: 0.47 , saturation: 0.58 and the lightness value of bcede3 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11100011
Octal 274 355 343
Decimal 188 237 227
Hex BC ED E3

RGB Percentages of Color #bcede3

%28.83
%36.35
%34.82

CMYK Percentages of Color #bcede3

%21
%0
%4
%7

Triadic Colors of #bcede3

#bcede3 #e3bced #ede3bc

Analogous Colors of #bcede3

#bcede3 #bcdfed #bcedcb

Monochromatic Colors of #bcede3

#bcede3

Complementary Color

#bcede3 #edbcc6

#bcede3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcede3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcede3 Color CSS Codes

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

#bcede3 Text Font Color

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

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


#bcede3 Background Color

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

This div background color is #bcede3


#bcede3 Border Color

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

This div border color is #bcede3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcede3


Comments

No comments written yet.

Please login to write comment.