Color Hex Logo

#cff249 Color Hex

#CFF249
(207,242,73)
0 Favorites   0 Comments

Color spaces of #cff249

RGB 20724273
HSL0.200.870.62
HSV72°70°95°
CMYK 0.140.000.70   0.05
XYZ58.686977.250718.1211
Yxy77.25070.38090.5014
Hunter Lab87.8924-34.624949.3006
CIE-Lab90.4369-33.013773.5003

#cff249 color RGB value is (207,242,73).

#cff249 hex color red value is 207, green value is 242 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cff249 hue: 0.20 , saturation: 0.87 and the lightness value of cff249 is 0.62.

The process color (four color CMYK) of #cff249 color hex is 0.14, 0.00, 0.70, 0.05. Web safe color of #cff249 is #ccff33. Color #cff249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110010 01001001
Octal 317 362 111
Decimal 207 242 73
Hex CF F2 49

RGB Percentages of Color #cff249

%39.66
%46.36
%13.98

CMYK Percentages of Color #cff249

%14
%0
%70
%5

Triadic Colors of #cff249

#cff249 #49cff2 #f249cf

Analogous Colors of #cff249

#cff249 #7bf249 #f2c149

Monochromatic Colors of #cff249

#cff249

Complementary Color

#cff249 #6c49f2

#cff249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff249 Color CSS Codes

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

#cff249 Text Font Color

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

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


#cff249 Background Color

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

This div background color is #cff249


#cff249 Border Color

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

This div border color is #cff249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff249


Comments

No comments written yet.

Please login to write comment.