Color Hex Logo

#d3febf Color Hex

#D3FEBF
(211,254,191)
0 Favorites   0 Comments

Color spaces of #d3febf

RGB 211254191
HSL0.280.970.87
HSV101°25°100°
CMYK 0.170.000.25   0.00
XYZ71.709788.494162.5918
Yxy88.49410.32190.3972
Hunter Lab94.0713-28.555926.4004
CIE-Lab95.3686-24.857125.7186

#d3febf color RGB value is (211,254,191).

#d3febf hex color red value is 211, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d3febf hue: 0.28 , saturation: 0.97 and the lightness value of d3febf is 0.87.

The process color (four color CMYK) of #d3febf color hex is 0.17, 0.00, 0.25, 0.00. Web safe color of #d3febf is #ccffcc. Color #d3febf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111110 10111111
Octal 323 376 277
Decimal 211 254 191
Hex D3 FE BF

RGB Percentages of Color #d3febf

%32.16
%38.72
%29.12

CMYK Percentages of Color #d3febf

%17
%0
%25
%0

Triadic Colors of #d3febf

#d3febf #bfd3fe #febfd3

Analogous Colors of #d3febf

#d3febf #bffecb #f3febf

Monochromatic Colors of #d3febf

#d3febf

Complementary Color

#d3febf #eabffe

#d3febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3febf Color CSS Codes

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

#d3febf Text Font Color

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

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


#d3febf Background Color

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

This div background color is #d3febf


#d3febf Border Color

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

This div border color is #d3febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3febf


Comments

No comments written yet.

Please login to write comment.