Color Hex Logo

#ccf375 Color Hex

#CCF375
(204,243,117)
0 Favorites   0 Comments

Color spaces of #ccf375

RGB 204243117
HSL0.220.840.71
HSV79°52°95°
CMYK 0.160.000.52   0.05
XYZ60.163378.222928.7572
Yxy78.22290.36000.4680
Hunter Lab88.4437-33.352942.6326
CIE-Lab90.8815-31.389455.9591

#ccf375 color RGB value is (204,243,117).

#ccf375 hex color red value is 204, green value is 243 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ccf375 hue: 0.22 , saturation: 0.84 and the lightness value of ccf375 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 01110101
Octal 314 363 165
Decimal 204 243 117
Hex CC F3 75

RGB Percentages of Color #ccf375

%36.17
%43.09
%20.74

CMYK Percentages of Color #ccf375

%16
%0
%52
%5

Triadic Colors of #ccf375

#ccf375 #75ccf3 #f375cc

Analogous Colors of #ccf375

#ccf375 #8df375 #f3db75

Monochromatic Colors of #ccf375

#ccf375

Complementary Color

#ccf375 #9c75f3

#ccf375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf375 Color CSS Codes

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

#ccf375 Text Font Color

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

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


#ccf375 Background Color

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

This div background color is #ccf375


#ccf375 Border Color

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

This div border color is #ccf375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf375


Comments

No comments written yet.

Please login to write comment.