Color Hex Logo

#ccf15d Color Hex

#CCF15D
(204,241,93)
0 Favorites   0 Comments

Color spaces of #ccf15d

RGB 20424193
HSL0.210.840.65
HSV75°61°95°
CMYK 0.150.000.61   0.05
XYZ58.332976.538322.0548
Yxy76.53830.37170.4877
Hunter Lab87.4862-34.082946.2936
CIE-Lab90.1087-32.456965.4893

#ccf15d color RGB value is (204,241,93).

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

The process color (four color CMYK) of #ccf15d color hex is 0.15, 0.00, 0.61, 0.05. Web safe color of #ccf15d is #ccff66. Color #ccf15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 01011101
Octal 314 361 135
Decimal 204 241 93
Hex CC F1 5D

RGB Percentages of Color #ccf15d

%37.92
%44.80
%17.29

CMYK Percentages of Color #ccf15d

%15
%0
%61
%5

Triadic Colors of #ccf15d

#ccf15d #5dccf1 #f15dcc

Analogous Colors of #ccf15d

#ccf15d #82f15d #f1cc5d

Monochromatic Colors of #ccf15d

#ccf15d

Complementary Color

#ccf15d #825df1

#ccf15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf15d Color CSS Codes

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

#ccf15d Text Font Color

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

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


#ccf15d Background Color

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

This div background color is #ccf15d


#ccf15d Border Color

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

This div border color is #ccf15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf15d


Comments

No comments written yet.

Please login to write comment.