Color Hex Logo

#ccf368 Color Hex

#CCF368
(204,243,104)
0 Favorites   0 Comments

Color spaces of #ccf368

RGB 204243104
HSL0.210.850.68
HSV77°57°95°
CMYK 0.160.000.57   0.05
XYZ59.451177.938025.0068
Yxy77.93800.36610.4799
Hunter Lab88.2825-34.289145.0033
CIE-Lab90.7516-32.530261.5752

#ccf368 color RGB value is (204,243,104).

#ccf368 hex color red value is 204, green value is 243 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ccf368 hue: 0.21 , saturation: 0.85 and the lightness value of ccf368 is 0.68.

The process color (four color CMYK) of #ccf368 color hex is 0.16, 0.00, 0.57, 0.05. Web safe color of #ccf368 is #ccff66. Color #ccf368 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 01101000
Octal 314 363 150
Decimal 204 243 104
Hex CC F3 68

RGB Percentages of Color #ccf368

%37.02
%44.10
%18.87

CMYK Percentages of Color #ccf368

%16
%0
%57
%5

Triadic Colors of #ccf368

#ccf368 #68ccf3 #f368cc

Analogous Colors of #ccf368

#ccf368 #87f368 #f3d568

Monochromatic Colors of #ccf368

#ccf368

Complementary Color

#ccf368 #8f68f3

#ccf368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf368 Color CSS Codes

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

#ccf368 Text Font Color

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

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


#ccf368 Background Color

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

This div background color is #ccf368


#ccf368 Border Color

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

This div border color is #ccf368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf368


Comments

No comments written yet.

Please login to write comment.