Color Hex Logo

#cfe67d Color Hex

#CFE67D
(207,230,125)
0 Favorites   0 Comments

Color spaces of #cfe67d

RGB 207230125
HSL0.200.680.70
HSV73°46°90°
CMYK 0.100.000.46   0.10
XYZ57.730671.339730.1292
Yxy71.33970.36260.4481
Hunter Lab84.4628-25.804737.9743
CIE-Lab87.6498-23.325748.3781

#cfe67d color RGB value is (207,230,125).

#cfe67d hex color red value is 207, green value is 230 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cfe67d hue: 0.20 , saturation: 0.68 and the lightness value of cfe67d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 01111101
Octal 317 346 175
Decimal 207 230 125
Hex CF E6 7D

RGB Percentages of Color #cfe67d

%36.83
%40.93
%22.24

CMYK Percentages of Color #cfe67d

%10
%0
%46
%10

Triadic Colors of #cfe67d

#cfe67d #7dcfe6 #e67dcf

Analogous Colors of #cfe67d

#cfe67d #9be67d #e6c97d

Monochromatic Colors of #cfe67d

#cfe67d

Complementary Color

#cfe67d #947de6

#cfe67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe67d Color CSS Codes

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

#cfe67d Text Font Color

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

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


#cfe67d Background Color

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

This div background color is #cfe67d


#cfe67d Border Color

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

This div border color is #cfe67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe67d


Comments

No comments written yet.

Please login to write comment.