color codes Logo

#d1feeb color codes

#D1FEEB
(209,254,235)
0 Favorites   0 Comments

Color spaces of #d1feeb

RGB 209254235
HSL0.430.960.91
HSV155°18°100°
CMYK 0.180.000.07   0.00
XYZ76.731790.437192.0092
Yxy90.43710.29610.3489
Hunter Lab95.0984-22.39669.2049
CIE-Lab96.1778-17.95804.3264

#d1feeb color RGB value is (209,254,235).

#d1feeb hex color red value is 209, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d1feeb hue: 0.43 , saturation: 0.96 and the lightness value of d1feeb is 0.91.

The process color (four color CMYK) of #d1feeb color code is 0.18, 0.00, 0.07, 0.00. Web safe color of #d1feeb is #ccffff. Color #d1feeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111110 11101011
Octal 321 376 353
Decimal 209 254 235
Hex D1 FE EB

RGB Percentages of Color #d1feeb

%29.94
%36.39
%33.67

CMYK Percentages of Color #d1feeb

%18
%0
%7
%0

Triadic Colors of #d1feeb

#d1feeb #ebd1fe #feebd1

Analogous Colors of #d1feeb

#d1feeb #d1fbfe #d1fed5

Monochromatic Colors of #d1feeb

#d1feeb

Complementary Color

#d1feeb #fed1e4

#d1feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1feeb Color CSS Codes

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

#d1feeb Text Font Color

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

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


#d1feeb Background Color

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

This div background color is #d1feeb


#d1feeb Border Color

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

This div border color is #d1feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1feeb


Comments

No comments written yet.

Please login to write comment.