Color Hex Logo

#ccebf0 Color Hex

#CCEBF0
(204,235,240)
0 Favorites   0 Comments

Color spaces of #ccebf0

RGB 204235240
HSL0.520.550.87
HSV188°15°94°
CMYK 0.150.020.00   0.06
XYZ70.338378.545393.8916
Yxy78.54530.28970.3235
Hunter Lab88.6258-13.4277-0.7747
CIE-Lab91.0282-9.0686-5.8330

#ccebf0 color RGB value is (204,235,240).

#ccebf0 hex color red value is 204, green value is 235 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ccebf0 hue: 0.52 , saturation: 0.55 and the lightness value of ccebf0 is 0.87.

The process color (four color CMYK) of #ccebf0 color hex is 0.15, 0.02, 0.00, 0.06. Web safe color of #ccebf0 is #ccffff. Color #ccebf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 11110000
Octal 314 353 360
Decimal 204 235 240
Hex CC EB F0

RGB Percentages of Color #ccebf0

%30.04
%34.61
%35.35

CMYK Percentages of Color #ccebf0

%15
%2
%0
%6

Triadic Colors of #ccebf0

#ccebf0 #f0cceb #ebf0cc

Analogous Colors of #ccebf0

#ccebf0 #ccd9f0 #ccf0e3

Monochromatic Colors of #ccebf0

#ccebf0

Complementary Color

#ccebf0 #f0d1cc

#ccebf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccebf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccebf0 Color CSS Codes

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

#ccebf0 Text Font Color

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

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


#ccebf0 Background Color

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

This div background color is #ccebf0


#ccebf0 Border Color

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

This div border color is #ccebf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccebf0


Comments

No comments written yet.

Please login to write comment.