Color Hex Logo

#d3f8bc Color Hex

#D3F8BC
(211,248,188)
0 Favorites   0 Comments

Color spaces of #d3f8bc

RGB 211248188
HSL0.270.810.85
HSV97°24°97°
CMYK 0.150.000.24   0.03
XYZ69.508584.614560.2457
Yxy84.61450.32420.3947
Hunter Lab91.9861-26.093825.5587
CIE-Lab93.7167-22.442924.9748

#d3f8bc color RGB value is (211,248,188).

#d3f8bc hex color red value is 211, green value is 248 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d3f8bc hue: 0.27 , saturation: 0.81 and the lightness value of d3f8bc is 0.85.

The process color (four color CMYK) of #d3f8bc color hex is 0.15, 0.00, 0.24, 0.03. Web safe color of #d3f8bc is #ccffcc. Color #d3f8bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111000 10111100
Octal 323 370 274
Decimal 211 248 188
Hex D3 F8 BC

RGB Percentages of Color #d3f8bc

%32.61
%38.33
%29.06

CMYK Percentages of Color #d3f8bc

%15
%0
%24
%3

Triadic Colors of #d3f8bc

#d3f8bc #bcd3f8 #f8bcd3

Analogous Colors of #d3f8bc

#d3f8bc #bcf8c3 #f1f8bc

Monochromatic Colors of #d3f8bc

#d3f8bc

Complementary Color

#d3f8bc #e1bcf8

#d3f8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3f8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3f8bc Color CSS Codes

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

#d3f8bc Text Font Color

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

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


#d3f8bc Background Color

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

This div background color is #d3f8bc


#d3f8bc Border Color

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

This div border color is #d3f8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3f8bc


Comments

No comments written yet.

Please login to write comment.