Color Hex Logo

#ccf946 Color Hex

#CCF946
(204,249,70)
0 Favorites   0 Comments

Color spaces of #ccf946

RGB 20424970
HSL0.210.940.63
HSV75°72°98°
CMYK 0.180.000.72   0.02
XYZ59.883081.030918.2787
Yxy81.03090.37620.5090
Hunter Lab90.0172-38.784750.9727
CIE-Lab92.1454-37.505176.1281

#ccf946 color RGB value is (204,249,70).

#ccf946 hex color red value is 204, green value is 249 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ccf946 hue: 0.21 , saturation: 0.94 and the lightness value of ccf946 is 0.63.

The process color (four color CMYK) of #ccf946 color hex is 0.18, 0.00, 0.72, 0.02. Web safe color of #ccf946 is #ccff33. Color #ccf946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 01000110
Octal 314 371 106
Decimal 204 249 70
Hex CC F9 46

RGB Percentages of Color #ccf946

%39.01
%47.61
%13.38

CMYK Percentages of Color #ccf946

%18
%0
%72
%2

Triadic Colors of #ccf946

#ccf946 #46ccf9 #f946cc

Analogous Colors of #ccf946

#ccf946 #73f946 #f9cd46

Monochromatic Colors of #ccf946

#ccf946

Complementary Color

#ccf946 #7346f9

#ccf946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf946 Color CSS Codes

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

#ccf946 Text Font Color

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

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


#ccf946 Background Color

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

This div background color is #ccf946


#ccf946 Border Color

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

This div border color is #ccf946


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,249,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccf946; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccf946;
  -webkit-box-shadow: 1px 1px 3px 2px #ccf946;
  box-shadow:         1px 1px 3px 2px #ccf946; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,249,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf946


Comments

No comments written yet.

Please login to write comment.