Color Hex Logo

#bcdded Color Hex

#BCDDED
(188,221,237)
0 Favorites   0 Comments

Color spaces of #bcdded

RGB 188221237
HSL0.550.580.83
HSV200°21°93°
CMYK 0.210.070.00   0.07
XYZ61.881668.518790.0847
Yxy68.51870.28070.3108
Hunter Lab82.7760-11.4152-6.5818
CIE-Lab86.2652-7.4425-11.4367

#bcdded color RGB value is (188,221,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11101101
Octal 274 335 355
Decimal 188 221 237
Hex BC DD ED

RGB Percentages of Color #bcdded

%29.10
%34.21
%36.69

CMYK Percentages of Color #bcdded

%21
%7
%0
%7

Triadic Colors of #bcdded

#bcdded #edbcdd #ddedbc

Analogous Colors of #bcdded

#bcdded #bcc5ed #bcede5

Monochromatic Colors of #bcdded

#bcdded

Complementary Color

#bcdded #edccbc

#bcdded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdded Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdded Color CSS Codes

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

#bcdded Text Font Color

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

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


#bcdded Background Color

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

This div background color is #bcdded


#bcdded Border Color

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

This div border color is #bcdded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdded


Comments

No comments written yet.

Please login to write comment.