Color Hex Logo

#bcedc3 Color Hex

#BCEDC3
(188,237,195)
0 Favorites   0 Comments

Color spaces of #bcedc3

RGB 188237195
HSL0.360.580.83
HSV129°21°93°
CMYK 0.210.000.18   0.07
XYZ60.873675.199962.9364
Yxy75.19990.30590.3779
Hunter Lab86.7179-26.454117.6722
CIE-Lab89.4865-23.693715.2725

#bcedc3 color RGB value is (188,237,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11000011
Octal 274 355 303
Decimal 188 237 195
Hex BC ED C3

RGB Percentages of Color #bcedc3

%30.32
%38.23
%31.45

CMYK Percentages of Color #bcedc3

%21
%0
%18
%7

Triadic Colors of #bcedc3

#bcedc3 #c3bced #edc3bc

Analogous Colors of #bcedc3

#bcedc3 #bceddc #ceedbc

Monochromatic Colors of #bcedc3

#bcedc3

Complementary Color

#bcedc3 #edbce6

#bcedc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedc3 Color CSS Codes

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

#bcedc3 Text Font Color

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

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


#bcedc3 Background Color

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

This div background color is #bcedc3


#bcedc3 Border Color

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

This div border color is #bcedc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedc3


Comments

No comments written yet.

Please login to write comment.