Color Hex Logo

#cfe949 Color Hex

#CFE949
(207,233,73)
0 Favorites   0 Comments

Color spaces of #cfe949

RGB 20723373
HSL0.190.780.60
HSV70°69°91°
CMYK 0.110.000.69   0.09
XYZ56.073672.024317.2500
Yxy72.02430.38580.4955
Hunter Lab84.8671-30.578647.3558
CIE-Lab87.9803-28.840971.0567

#cfe949 color RGB value is (207,233,73).

#cfe949 hex color red value is 207, green value is 233 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cfe949 hue: 0.19 , saturation: 0.78 and the lightness value of cfe949 is 0.60.

The process color (four color CMYK) of #cfe949 color hex is 0.11, 0.00, 0.69, 0.09. Web safe color of #cfe949 is #ccff33. Color #cfe949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 01001001
Octal 317 351 111
Decimal 207 233 73
Hex CF E9 49

RGB Percentages of Color #cfe949

%40.35
%45.42
%14.23

CMYK Percentages of Color #cfe949

%11
%0
%69
%9

Triadic Colors of #cfe949

#cfe949 #49cfe9 #e949cf

Analogous Colors of #cfe949

#cfe949 #7fe949 #e9b349

Monochromatic Colors of #cfe949

#cfe949

Complementary Color

#cfe949 #6349e9

#cfe949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe949 Color CSS Codes

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

#cfe949 Text Font Color

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

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


#cfe949 Background Color

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

This div background color is #cfe949


#cfe949 Border Color

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

This div border color is #cfe949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe949


Comments

No comments written yet.

Please login to write comment.