Color Hex Logo

#ccfb4d Color Hex

#CCFB4D
(204,251,77)
0 Favorites   0 Comments

Color spaces of #ccfb4d

RGB 20425177
HSL0.210.960.64
HSV76°69°98°
CMYK 0.190.000.69   0.02
XYZ60.738682.367619.7184
Yxy82.36760.37300.5059
Hunter Lab90.7566-39.363450.6479
CIE-Lab92.7369-38.022574.3241

#ccfb4d color RGB value is (204,251,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 01001101
Octal 314 373 115
Decimal 204 251 77
Hex CC FB 4D

RGB Percentages of Color #ccfb4d

%38.35
%47.18
%14.47

CMYK Percentages of Color #ccfb4d

%19
%0
%69
%2

Triadic Colors of #ccfb4d

#ccfb4d #4dccfb #fb4dcc

Analogous Colors of #ccfb4d

#ccfb4d #75fb4d #fbd34d

Monochromatic Colors of #ccfb4d

#ccfb4d

Complementary Color

#ccfb4d #7c4dfb

#ccfb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfb4d Color CSS Codes

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

#ccfb4d Text Font Color

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

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


#ccfb4d Background Color

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

This div background color is #ccfb4d


#ccfb4d Border Color

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

This div border color is #ccfb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfb4d

Related Colors


Comments

No comments written yet.

Please login to write comment.