Color Hex Logo

#bcdfd4 Color Hex

#BCDFD4
(188,223,212)
0 Favorites   0 Comments

Color spaces of #bcdfd4

RGB 188223212
HSL0.450.350.81
HSV161°16°87°
CMYK 0.160.000.05   0.13
XYZ59.010468.220272.3450
Yxy68.22020.29570.3418
Hunter Lab82.5955-17.01285.8851
CIE-Lab86.1164-13.61021.5424

#bcdfd4 color RGB value is (188,223,212).

#bcdfd4 hex color red value is 188, green value is 223 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #bcdfd4 hue: 0.45 , saturation: 0.35 and the lightness value of bcdfd4 is 0.81.

The process color (four color CMYK) of #bcdfd4 color hex is 0.16, 0.00, 0.05, 0.13. Web safe color of #bcdfd4 is #cccccc. Color #bcdfd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11010100
Octal 274 337 324
Decimal 188 223 212
Hex BC DF D4

RGB Percentages of Color #bcdfd4

%30.18
%35.79
%34.03

CMYK Percentages of Color #bcdfd4

%16
%0
%5
%13

Triadic Colors of #bcdfd4

#bcdfd4 #d4bcdf #dfd4bc

Analogous Colors of #bcdfd4

#bcdfd4 #bcd9df #bcdfc3

Monochromatic Colors of #bcdfd4

#bcdfd4

Complementary Color

#bcdfd4 #dfbcc7

#bcdfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfd4 Color CSS Codes

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

#bcdfd4 Text Font Color

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

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


#bcdfd4 Background Color

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

This div background color is #bcdfd4


#bcdfd4 Border Color

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

This div border color is #bcdfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfd4


Comments

No comments written yet.

Please login to write comment.