Color Hex Logo

#ccf30f Color Hex

#CCF30F
(204,243,15)
0 Favorites   0 Comments

Color spaces of #ccf30f

RGB 20424315
HSL0.200.900.51
HSV70°94°95°
CMYK 0.160.000.94   0.05
XYZ57.038776.973012.3030
Yxy76.97300.38980.5261
Hunter Lab87.7343-37.486753.0997
CIE-Lab90.3092-36.487086.6020

#ccf30f color RGB value is (204,243,15).

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

The process color (four color CMYK) of #ccf30f color hex is 0.16, 0.00, 0.94, 0.05. Web safe color of #ccf30f is #ccff00. Color #ccf30f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 00001111
Octal 314 363 17
Decimal 204 243 15
Hex CC F3 F

RGB Percentages of Color #ccf30f

%44.16
%52.60
%3.25

CMYK Percentages of Color #ccf30f

%16
%0
%94
%5

Triadic Colors of #ccf30f

#ccf30f #0fccf3 #f30fcc

Analogous Colors of #ccf30f

#ccf30f #5af30f #f3a80f

Monochromatic Colors of #ccf30f

#ccf30f

Complementary Color

#ccf30f #360ff3

#ccf30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf30f Color CSS Codes

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

#ccf30f Text Font Color

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

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


#ccf30f Background Color

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

This div background color is #ccf30f


#ccf30f Border Color

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

This div border color is #ccf30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf30f


Comments

No comments written yet.

Please login to write comment.