Color Hex Logo

#d3febe Color Hex

#D3FEBE
(211,254,190)
0 Favorites   0 Comments

Color spaces of #d3febe

RGB 211254190
HSL0.280.970.87
HSV100°25°100°
CMYK 0.170.000.25   0.00
XYZ71.600088.450262.0141
Yxy88.45020.32240.3983
Hunter Lab94.0480-28.689526.7385
CIE-Lab95.3502-25.009926.2000

#d3febe color RGB value is (211,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111110 10111110
Octal 323 376 276
Decimal 211 254 190
Hex D3 FE BE

RGB Percentages of Color #d3febe

%32.21
%38.78
%29.01

CMYK Percentages of Color #d3febe

%17
%0
%25
%0

Triadic Colors of #d3febe

#d3febe #bed3fe #febed3

Analogous Colors of #d3febe

#d3febe #befec9 #f3febe

Monochromatic Colors of #d3febe

#d3febe

Complementary Color

#d3febe #e9befe

#d3febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3febe Color CSS Codes

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

#d3febe Text Font Color

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

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


#d3febe Background Color

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

This div background color is #d3febe


#d3febe Border Color

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

This div border color is #d3febe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3febe

Related Colors


Comments

No comments written yet.

Please login to write comment.