Color Hex Logo

#cfe073 Color Hex

#CFE073
(207,224,115)
0 Favorites   0 Comments

Color spaces of #cfe073

RGB 207224115
HSL0.190.640.66
HSV69°49°88°
CMYK 0.080.000.49   0.12
XYZ55.482367.814526.3849
Yxy67.81450.37070.4531
Hunter Lab82.3496-23.848938.6481
CIE-Lab85.9136-21.412051.0240

#cfe073 color RGB value is (207,224,115).

#cfe073 hex color red value is 207, green value is 224 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cfe073 hue: 0.19 , saturation: 0.64 and the lightness value of cfe073 is 0.66.

The process color (four color CMYK) of #cfe073 color hex is 0.08, 0.00, 0.49, 0.12. Web safe color of #cfe073 is #cccc66. Color #cfe073 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 01110011
Octal 317 340 163
Decimal 207 224 115
Hex CF E0 73

RGB Percentages of Color #cfe073

%37.91
%41.03
%21.06

CMYK Percentages of Color #cfe073

%8
%0
%49
%12

Triadic Colors of #cfe073

#cfe073 #73cfe0 #e073cf

Analogous Colors of #cfe073

#cfe073 #99e073 #e0bb73

Monochromatic Colors of #cfe073

#cfe073

Complementary Color

#cfe073 #8473e0

#cfe073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe073 Color CSS Codes

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

#cfe073 Text Font Color

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

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


#cfe073 Background Color

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

This div background color is #cfe073


#cfe073 Border Color

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

This div border color is #cfe073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe073


Comments

No comments written yet.

Please login to write comment.