Color Hex Logo

#cfe672 Color Hex

#CFE672
(207,230,114)
0 Favorites   0 Comments

Color spaces of #cfe672

RGB 207230114
HSL0.200.700.67
HSV72°50°90°
CMYK 0.100.000.50   0.10
XYZ57.066271.073926.6305
Yxy71.07390.36870.4592
Hunter Lab84.3053-26.707940.2851
CIE-Lab87.5209-24.400853.4095

#cfe672 color RGB value is (207,230,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 01110010
Octal 317 346 162
Decimal 207 230 114
Hex CF E6 72

RGB Percentages of Color #cfe672

%37.57
%41.74
%20.69

CMYK Percentages of Color #cfe672

%10
%0
%50
%10

Triadic Colors of #cfe672

#cfe672 #72cfe6 #e672cf

Analogous Colors of #cfe672

#cfe672 #95e672 #e6c372

Monochromatic Colors of #cfe672

#cfe672

Complementary Color

#cfe672 #8972e6

#cfe672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe672 Color CSS Codes

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

#cfe672 Text Font Color

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

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


#cfe672 Background Color

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

This div background color is #cfe672


#cfe672 Border Color

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

This div border color is #cfe672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe672


Comments

No comments written yet.

Please login to write comment.