Color Hex Logo

#d5febe Color Hex

#D5FEBE
(213,254,190)
0 Favorites   0 Comments

Color spaces of #d5febe

RGB 213254190
HSL0.270.970.87
HSV98°25°100°
CMYK 0.160.000.25   0.00
XYZ72.176688.747562.0411
Yxy88.74750.32370.3980
Hunter Lab94.2059-28.101126.8976
CIE-Lab95.4748-24.329126.3908

#d5febe color RGB value is (213,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111110 10111110
Octal 325 376 276
Decimal 213 254 190
Hex D5 FE BE

RGB Percentages of Color #d5febe

%32.42
%38.66
%28.92

CMYK Percentages of Color #d5febe

%16
%0
%25
%0

Triadic Colors of #d5febe

#d5febe #bed5fe #febed5

Analogous Colors of #d5febe

#d5febe #befec7 #f5febe

Monochromatic Colors of #d5febe

#d5febe

Complementary Color

#d5febe #e7befe

#d5febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5febe Color CSS Codes

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

#d5febe Text Font Color

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

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


#d5febe Background Color

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

This div background color is #d5febe


#d5febe Border Color

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

This div border color is #d5febe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,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 #d5febe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5febe


Comments

No comments written yet.

Please login to write comment.