Color Hex Logo

#cfe78d Color Hex

#CFE78D
(207,231,141)
0 Favorites   0 Comments

Color spaces of #cfe78d

RGB 207231141
HSL0.210.650.73
HSV76°39°91°
CMYK 0.100.000.39   0.09
XYZ59.115872.340336.0466
Yxy72.34030.35290.4319
Hunter Lab85.0531-24.777334.4093
CIE-Lab88.1321-22.044841.1821

#cfe78d color RGB value is (207,231,141).

#cfe78d hex color red value is 207, green value is 231 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cfe78d hue: 0.21 , saturation: 0.65 and the lightness value of cfe78d is 0.73.

The process color (four color CMYK) of #cfe78d color hex is 0.10, 0.00, 0.39, 0.09. Web safe color of #cfe78d is #ccff99. Color #cfe78d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100111 10001101
Octal 317 347 215
Decimal 207 231 141
Hex CF E7 8D

RGB Percentages of Color #cfe78d

%35.75
%39.90
%24.35

CMYK Percentages of Color #cfe78d

%10
%0
%39
%9

Triadic Colors of #cfe78d

#cfe78d #8dcfe7 #e78dcf

Analogous Colors of #cfe78d

#cfe78d #a2e78d #e7d28d

Monochromatic Colors of #cfe78d

#cfe78d

Complementary Color

#cfe78d #a58de7

#cfe78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe78d Color CSS Codes

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

#cfe78d Text Font Color

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

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


#cfe78d Background Color

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

This div background color is #cfe78d


#cfe78d Border Color

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

This div border color is #cfe78d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,231,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfe78d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfe78d;
  -webkit-box-shadow: 1px 1px 3px 2px #cfe78d;
  box-shadow:         1px 1px 3px 2px #cfe78d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,231,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe78d


Comments

No comments written yet.

Please login to write comment.