Color Hex Logo

#ccf358 Color Hex

#CCF358
(204,243,88)
0 Favorites   0 Comments

Color spaces of #ccf358

RGB 20424388
HSL0.210.870.65
HSV75°64°95°
CMYK 0.160.000.64   0.05
XYZ58.713977.643121.1246
Yxy77.64310.37280.4930
Hunter Lab88.1153-35.261947.4667
CIE-Lab90.6168-33.723968.0405

#ccf358 color RGB value is (204,243,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 01011000
Octal 314 363 130
Decimal 204 243 88
Hex CC F3 58

RGB Percentages of Color #ccf358

%38.13
%45.42
%16.45

CMYK Percentages of Color #ccf358

%16
%0
%64
%5

Triadic Colors of #ccf358

#ccf358 #58ccf3 #f358cc

Analogous Colors of #ccf358

#ccf358 #7ff358 #f3cd58

Monochromatic Colors of #ccf358

#ccf358

Complementary Color

#ccf358 #7f58f3

#ccf358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf358 Color CSS Codes

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

#ccf358 Text Font Color

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

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


#ccf358 Background Color

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

This div background color is #ccf358


#ccf358 Border Color

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

This div border color is #ccf358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf358


Comments

No comments written yet.

Please login to write comment.