Color Hex Logo

#ccffeb Color Hex

#CCFFEB
(204,255,235)
0 Favorites   0 Comments

Color spaces of #ccffeb

RGB 204255235
HSL0.431.000.90
HSV156°20°100°
CMYK 0.200.000.08   0.00
XYZ75.657290.355592.0501
Yxy90.35550.29320.3501
Hunter Lab95.0555-24.27439.1235
CIE-Lab96.1440-19.99594.2402

#ccffeb color RGB value is (204,255,235).

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

The process color (four color CMYK) of #ccffeb color hex is 0.20, 0.00, 0.08, 0.00. Web safe color of #ccffeb is #ccffff. Color #ccffeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11101011
Octal 314 377 353
Decimal 204 255 235
Hex CC FF EB

RGB Percentages of Color #ccffeb

%29.39
%36.74
%33.86

CMYK Percentages of Color #ccffeb

%20
%0
%8
%0

Triadic Colors of #ccffeb

#ccffeb #ebccff #ffebcc

Analogous Colors of #ccffeb

#ccffeb #ccfaff #ccffd2

Monochromatic Colors of #ccffeb

#ccffeb

Complementary Color

#ccffeb #ffcce0

#ccffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffeb Color CSS Codes

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

#ccffeb Text Font Color

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

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


#ccffeb Background Color

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

This div background color is #ccffeb


#ccffeb Border Color

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

This div border color is #ccffeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffeb


Comments

No comments written yet.

Please login to write comment.