Color Hex Logo

#bcedaf Color Hex

#BCEDAF
(188,237,175)
0 Favorites   0 Comments

Color spaces of #bcedaf

RGB 188237175
HSL0.300.630.81
HSV107°26°93°
CMYK 0.210.000.26   0.07
XYZ58.761174.354951.8123
Yxy74.35490.31780.4021
Hunter Lab86.2293-29.262124.7351
CIE-Lab89.0900-27.028625.0471

#bcedaf color RGB value is (188,237,175).

#bcedaf hex color red value is 188, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcedaf hue: 0.30 , saturation: 0.63 and the lightness value of bcedaf is 0.81.

The process color (four color CMYK) of #bcedaf color hex is 0.21, 0.00, 0.26, 0.07. Web safe color of #bcedaf is #ccff99. Color #bcedaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 10101111
Octal 274 355 257
Decimal 188 237 175
Hex BC ED AF

RGB Percentages of Color #bcedaf

%31.33
%39.50
%29.17

CMYK Percentages of Color #bcedaf

%21
%0
%26
%7

Triadic Colors of #bcedaf

#bcedaf #afbced #edafbc

Analogous Colors of #bcedaf

#bcedaf #afedc1 #dbedaf

Monochromatic Colors of #bcedaf

#bcedaf

Complementary Color

#bcedaf #e0afed

#bcedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedaf Color CSS Codes

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

#bcedaf Text Font Color

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

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


#bcedaf Background Color

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

This div background color is #bcedaf


#bcedaf Border Color

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

This div border color is #bcedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedaf


Comments

No comments written yet.

Please login to write comment.