Color Hex Logo

#ccefb5 Color Hex

#CCEFB5
(204,239,181)
0 Favorites   0 Comments

Color spaces of #ccefb5

RGB 204239181
HSL0.270.640.82
HSV96°24°94°
CMYK 0.150.000.24   0.06
XYZ64.108877.906655.3746
Yxy77.90660.32480.3947
Hunter Lab88.2647-24.814424.5886
CIE-Lab90.7373-21.581024.3879

#ccefb5 color RGB value is (204,239,181).

#ccefb5 hex color red value is 204, green value is 239 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ccefb5 hue: 0.27 , saturation: 0.64 and the lightness value of ccefb5 is 0.82.

The process color (four color CMYK) of #ccefb5 color hex is 0.15, 0.00, 0.24, 0.06. Web safe color of #ccefb5 is #ccffcc. Color #ccefb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 10110101
Octal 314 357 265
Decimal 204 239 181
Hex CC EF B5

RGB Percentages of Color #ccefb5

%32.69
%38.30
%29.01

CMYK Percentages of Color #ccefb5

%15
%0
%24
%6

Triadic Colors of #ccefb5

#ccefb5 #b5ccef #efb5cc

Analogous Colors of #ccefb5

#ccefb5 #b5efbb #e9efb5

Monochromatic Colors of #ccefb5

#ccefb5

Complementary Color

#ccefb5 #d8b5ef

#ccefb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefb5 Color CSS Codes

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

#ccefb5 Text Font Color

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

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


#ccefb5 Background Color

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

This div background color is #ccefb5


#ccefb5 Border Color

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

This div border color is #ccefb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefb5


Comments

No comments written yet.

Please login to write comment.