Color Hex Logo

#ccf26b Color Hex

#CCF26B
(204,242,107)
0 Favorites   0 Comments

Color spaces of #ccf26b

RGB 204242107
HSL0.210.840.68
HSV77°56°95°
CMYK 0.160.000.56   0.05
XYZ59.307877.403225.7244
Yxy77.40320.36510.4765
Hunter Lab87.9791-33.634344.2494
CIE-Lab90.5069-31.819159.9927

#ccf26b color RGB value is (204,242,107).

#ccf26b hex color red value is 204, green value is 242 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ccf26b hue: 0.21 , saturation: 0.84 and the lightness value of ccf26b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 01101011
Octal 314 362 153
Decimal 204 242 107
Hex CC F2 6B

RGB Percentages of Color #ccf26b

%36.89
%43.76
%19.35

CMYK Percentages of Color #ccf26b

%16
%0
%56
%5

Triadic Colors of #ccf26b

#ccf26b #6bccf2 #f26bcc

Analogous Colors of #ccf26b

#ccf26b #89f26b #f2d56b

Monochromatic Colors of #ccf26b

#ccf26b

Complementary Color

#ccf26b #916bf2

#ccf26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf26b Color CSS Codes

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

#ccf26b Text Font Color

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

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


#ccf26b Background Color

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

This div background color is #ccf26b


#ccf26b Border Color

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

This div border color is #ccf26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf26b


Comments

No comments written yet.

Please login to write comment.