Color Hex Logo

#d0e864 Color Hex

#D0E864
(208,232,100)
0 Favorites   0 Comments

Color spaces of #d0e864

RGB 208232100
HSL0.200.740.65
HSV71°57°91°
CMYK 0.100.000.57   0.09
XYZ57.169372.043222.9492
Yxy72.04320.37570.4735
Hunter Lab84.8783-28.309243.3841
CIE-Lab87.9894-26.166260.2686

#d0e864 color RGB value is (208,232,100).

#d0e864 hex color red value is 208, green value is 232 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d0e864 hue: 0.20 , saturation: 0.74 and the lightness value of d0e864 is 0.65.

The process color (four color CMYK) of #d0e864 color hex is 0.10, 0.00, 0.57, 0.09. Web safe color of #d0e864 is #ccff66. Color #d0e864 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101000 01100100
Octal 320 350 144
Decimal 208 232 100
Hex D0 E8 64

RGB Percentages of Color #d0e864

%38.52
%42.96
%18.52

CMYK Percentages of Color #d0e864

%10
%0
%57
%9

Triadic Colors of #d0e864

#d0e864 #64d0e8 #e864d0

Analogous Colors of #d0e864

#d0e864 #8ee864 #e8be64

Monochromatic Colors of #d0e864

#d0e864

Complementary Color

#d0e864 #7c64e8

#d0e864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e864 Color CSS Codes

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

#d0e864 Text Font Color

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

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


#d0e864 Background Color

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

This div background color is #d0e864


#d0e864 Border Color

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

This div border color is #d0e864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0e864


Comments

No comments written yet.

Please login to write comment.