Color Hex Logo

#ccf67d Color Hex

#CCF67D
(204,246,125)
0 Favorites   0 Comments

Color spaces of #ccf67d

RGB 204246125
HSL0.220.870.73
HSV81°49°96°
CMYK 0.170.000.49   0.04
XYZ61.559380.229631.6434
Yxy80.22960.35490.4626
Hunter Lab89.5710-34.071841.7539
CIE-Lab91.7878-32.000653.3649

#ccf67d color RGB value is (204,246,125).

#ccf67d hex color red value is 204, green value is 246 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ccf67d hue: 0.22 , saturation: 0.87 and the lightness value of ccf67d is 0.73.

The process color (four color CMYK) of #ccf67d color hex is 0.17, 0.00, 0.49, 0.04. Web safe color of #ccf67d is #ccff66. Color #ccf67d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110110 01111101
Octal 314 366 175
Decimal 204 246 125
Hex CC F6 7D

RGB Percentages of Color #ccf67d

%35.48
%42.78
%21.74

CMYK Percentages of Color #ccf67d

%17
%0
%49
%4

Triadic Colors of #ccf67d

#ccf67d #7dccf6 #f67dcc

Analogous Colors of #ccf67d

#ccf67d #90f67d #f6e47d

Monochromatic Colors of #ccf67d

#ccf67d

Complementary Color

#ccf67d #a77df6

#ccf67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf67d Color CSS Codes

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

#ccf67d Text Font Color

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

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


#ccf67d Background Color

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

This div background color is #ccf67d


#ccf67d Border Color

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

This div border color is #ccf67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf67d

Related Colors


Comments

No comments written yet.

Please login to write comment.