Color Hex Logo

#ccfb4e Color Hex

#CCFB4E
(204,251,78)
0 Favorites   0 Comments

Color spaces of #ccfb4e

RGB 20425178
HSL0.210.960.65
HSV76°69°98°
CMYK 0.190.000.69   0.02
XYZ60.774282.381819.9059
Yxy82.38180.37270.5052
Hunter Lab90.7644-39.317450.5320
CIE-Lab92.7431-37.965373.9773

#ccfb4e color RGB value is (204,251,78).

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

The process color (four color CMYK) of #ccfb4e color hex is 0.19, 0.00, 0.69, 0.02. Web safe color of #ccfb4e is #ccff66. Color #ccfb4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 01001110
Octal 314 373 116
Decimal 204 251 78
Hex CC FB 4E

RGB Percentages of Color #ccfb4e

%38.27
%47.09
%14.63

CMYK Percentages of Color #ccfb4e

%19
%0
%69
%2

Triadic Colors of #ccfb4e

#ccfb4e #4eccfb #fb4ecc

Analogous Colors of #ccfb4e

#ccfb4e #76fb4e #fbd44e

Monochromatic Colors of #ccfb4e

#ccfb4e

Complementary Color

#ccfb4e #7d4efb

#ccfb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfb4e Color CSS Codes

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

#ccfb4e Text Font Color

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

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


#ccfb4e Background Color

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

This div background color is #ccfb4e


#ccfb4e Border Color

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

This div border color is #ccfb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfb4e


Comments

No comments written yet.

Please login to write comment.