Color Hex Logo

#d0ffea Color Hex

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

Color spaces of #d0ffea

RGB 208255234
HSL0.431.000.91
HSV153°18°100°
CMYK 0.180.000.08   0.00
XYZ76.623790.870491.3431
Yxy90.87040.29600.3511
Hunter Lab95.3260-23.34099.9154
CIE-Lab96.3567-18.94755.0922

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

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

The process color (four color CMYK) of #d0ffea color hex is 0.18, 0.00, 0.08, 0.00. Web safe color of #d0ffea is #ccffff. Color #d0ffea contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #d0ffea

%29.84
%36.59
%33.57

CMYK Percentages of Color #d0ffea

%18
%0
%8
%0

Triadic Colors of #d0ffea

#d0ffea #ead0ff #ffead0

Analogous Colors of #d0ffea

#d0ffea #d0fdff #d0ffd3

Monochromatic Colors of #d0ffea

#d0ffea

Complementary Color

#d0ffea #ffd0e5

#d0ffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ffea Color CSS Codes

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

#d0ffea Text Font Color

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

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


#d0ffea Background Color

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

This div background color is #d0ffea


#d0ffea Border Color

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

This div border color is #d0ffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ffea

Related Colors


Comments

No comments written yet.

Please login to write comment.