Color Hex Logo

#ccfeeb Color Hex

#CCFEEB
(204,254,235)
0 Favorites   0 Comments

Color spaces of #ccfeeb

RGB 204254235
HSL0.440.960.90
HSV157°20°100°
CMYK 0.200.000.07   0.00
XYZ75.339089.719191.9440
Yxy89.71910.29310.3491
Hunter Lab94.7202-23.78418.7519
CIE-Lab95.8801-19.50893.8579

#ccfeeb color RGB value is (204,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11101011
Octal 314 376 353
Decimal 204 254 235
Hex CC FE EB

RGB Percentages of Color #ccfeeb

%29.44
%36.65
%33.91

CMYK Percentages of Color #ccfeeb

%20
%0
%7
%0

Triadic Colors of #ccfeeb

#ccfeeb #ebccfe #feebcc

Analogous Colors of #ccfeeb

#ccfeeb #ccf8fe #ccfed2

Monochromatic Colors of #ccfeeb

#ccfeeb

Complementary Color

#ccfeeb #feccdf

#ccfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfeeb Color CSS Codes

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

#ccfeeb Text Font Color

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

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


#ccfeeb Background Color

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

This div background color is #ccfeeb


#ccfeeb Border Color

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

This div border color is #ccfeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,254,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 #ccfeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.