Color Hex Logo

#ffd0ea Color Hex

#FFD0EA
(255,208,234)
0 Favorites   0 Comments

Color spaces of #ffd0ea

RGB 255208234
HSL0.911.000.91
HSV327°18°100°
CMYK 0.000.180.08   0.00
XYZ78.647272.312387.6544
Yxy72.31230.32960.3031
Hunter Lab85.036616.2738-1.5895
CIE-Lab88.118720.6217-6.5371

#ffd0ea color RGB value is (255,208,234).

#ffd0ea hex color red value is 255, green value is 208 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ffd0ea hue: 0.91 , saturation: 1.00 and the lightness value of ffd0ea is 0.91.

The process color (four color CMYK) of #ffd0ea color hex is 0.00, 0.18, 0.08, 0.00. Web safe color of #ffd0ea is #ffccff. Color #ffd0ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 11101010
Octal 377 320 352
Decimal 255 208 234
Hex FF D0 EA

RGB Percentages of Color #ffd0ea

%36.59
%29.84
%33.57

CMYK Percentages of Color #ffd0ea

%0
%18
%8
%0

Triadic Colors of #ffd0ea

#ffd0ea #eaffd0 #d0eaff

Analogous Colors of #ffd0ea

#ffd0ea #ffd0d3 #fdd0ff

Monochromatic Colors of #ffd0ea

#ffd0ea

Complementary Color

#ffd0ea #d0ffe5

#ffd0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd0ea Color CSS Codes

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

#ffd0ea Text Font Color

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

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


#ffd0ea Background Color

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

This div background color is #ffd0ea


#ffd0ea Border Color

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

This div border color is #ffd0ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,208,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffd0ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffd0ea;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd0ea;
  box-shadow:         1px 1px 3px 2px #ffd0ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,208,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd0ea

Related Colors


Comments

No comments written yet.

Please login to write comment.