Color Hex Logo

#d3fefa Color Hex

#D3FEFA
(211,254,250)
0 Favorites   0 Comments

Color spaces of #d3fefa

RGB 211254250
HSL0.480.960.91
HSV174°17°100°
CMYK 0.170.000.02   0.00
XYZ79.561191.6346103.9364
Yxy91.63460.28920.3331
Hunter Lab95.7260-19.16302.6329
CIE-Lab96.6707-14.4293-2.6643

#d3fefa color RGB value is (211,254,250).

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

The process color (four color CMYK) of #d3fefa color hex is 0.17, 0.00, 0.02, 0.00. Web safe color of #d3fefa is #ccffff. Color #d3fefa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111110 11111010
Octal 323 376 372
Decimal 211 254 250
Hex D3 FE FA

RGB Percentages of Color #d3fefa

%29.51
%35.52
%34.97

CMYK Percentages of Color #d3fefa

%17
%0
%2
%0

Triadic Colors of #d3fefa

#d3fefa #fad3fe #fefad3

Analogous Colors of #d3fefa

#d3fefa #d3edfe #d3fee5

Monochromatic Colors of #d3fefa

#d3fefa

Complementary Color

#d3fefa #fed3d7

#d3fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3fefa Color CSS Codes

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

#d3fefa Text Font Color

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

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


#d3fefa Background Color

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

This div background color is #d3fefa


#d3fefa Border Color

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

This div border color is #d3fefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3fefa

Related Colors


Comments

No comments written yet.

Please login to write comment.