Color Hex Logo

#ccffa5 Color Hex

#CCFFA5
(204,255,165)
0 Favorites   0 Comments

Color spaces of #ccffa5

RGB 204255165
HSL0.261.000.82
HSV94°35°100°
CMYK 0.200.000.35   0.00
XYZ67.453487.074048.8491
Yxy87.07400.33170.4281
Hunter Lab93.3135-34.266434.2814
CIE-Lab94.7697-31.465437.8750

#ccffa5 color RGB value is (204,255,165).

#ccffa5 hex color red value is 204, green value is 255 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ccffa5 hue: 0.26 , saturation: 1.00 and the lightness value of ccffa5 is 0.82.

The process color (four color CMYK) of #ccffa5 color hex is 0.20, 0.00, 0.35, 0.00. Web safe color of #ccffa5 is #ccff99. Color #ccffa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 10100101
Octal 314 377 245
Decimal 204 255 165
Hex CC FF A5

RGB Percentages of Color #ccffa5

%32.69
%40.87
%26.44

CMYK Percentages of Color #ccffa5

%20
%0
%35
%0

Triadic Colors of #ccffa5

#ccffa5 #a5ccff #ffa5cc

Analogous Colors of #ccffa5

#ccffa5 #a5ffab #f9ffa5

Monochromatic Colors of #ccffa5

#ccffa5

Complementary Color

#ccffa5 #d8a5ff

#ccffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffa5 Color CSS Codes

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

#ccffa5 Text Font Color

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

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


#ccffa5 Background Color

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

This div background color is #ccffa5


#ccffa5 Border Color

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

This div border color is #ccffa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffa5


Comments

No comments written yet.

Please login to write comment.