Color Hex Logo

#ccf342 Color Hex

#CCF342
(204,243,66)
0 Favorites   0 Comments

Color spaces of #ccf342

RGB 20424366
HSL0.200.880.61
HSV73°73°95°
CMYK 0.160.000.73   0.05
XYZ57.935877.331917.0273
Yxy77.33190.38040.5078
Hunter Lab87.9386-36.292950.0768
CIE-Lab90.4742-34.998675.8242

#ccf342 color RGB value is (204,243,66).

#ccf342 hex color red value is 204, green value is 243 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ccf342 hue: 0.20 , saturation: 0.88 and the lightness value of ccf342 is 0.61.

The process color (four color CMYK) of #ccf342 color hex is 0.16, 0.00, 0.73, 0.05. Web safe color of #ccf342 is #ccff33. Color #ccf342 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 01000010
Octal 314 363 102
Decimal 204 243 66
Hex CC F3 42

RGB Percentages of Color #ccf342

%39.77
%47.37
%12.87

CMYK Percentages of Color #ccf342

%16
%0
%73
%5

Triadic Colors of #ccf342

#ccf342 #42ccf3 #f342cc

Analogous Colors of #ccf342

#ccf342 #74f342 #f3c242

Monochromatic Colors of #ccf342

#ccf342

Complementary Color

#ccf342 #6942f3

#ccf342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf342 Color CSS Codes

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

#ccf342 Text Font Color

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

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


#ccf342 Background Color

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

This div background color is #ccf342


#ccf342 Border Color

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

This div border color is #ccf342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf342


Comments

No comments written yet.

Please login to write comment.