Color Hex Logo

#cfe68d Color Hex

#CFE68D
(207,230,141)
0 Favorites   0 Comments

Color spaces of #cfe68d

RGB 207230141
HSL0.210.640.73
HSV76°39°90°
CMYK 0.100.000.39   0.10
XYZ58.836771.782135.9536
Yxy71.78210.35320.4309
Hunter Lab84.7243-24.308434.1467
CIE-Lab87.8636-21.560040.8382

#cfe68d color RGB value is (207,230,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 10001101
Octal 317 346 215
Decimal 207 230 141
Hex CF E6 8D

RGB Percentages of Color #cfe68d

%35.81
%39.79
%24.39

CMYK Percentages of Color #cfe68d

%10
%0
%39
%10

Triadic Colors of #cfe68d

#cfe68d #8dcfe6 #e68dcf

Analogous Colors of #cfe68d

#cfe68d #a3e68d #e6d18d

Monochromatic Colors of #cfe68d

#cfe68d

Complementary Color

#cfe68d #a48de6

#cfe68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe68d Color CSS Codes

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

#cfe68d Text Font Color

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

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


#cfe68d Background Color

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

This div background color is #cfe68d


#cfe68d Border Color

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

This div border color is #cfe68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe68d


Comments

No comments written yet.

Please login to write comment.