Color Hex Logo

#ccf3fb Color Hex

#CCF3FB
(204,243,251)
0 Favorites   0 Comments

Color spaces of #ccf3fb

RGB 204243251
HSL0.530.850.89
HSV190°19°98°
CMYK 0.190.030.00   0.02
XYZ74.365083.9036103.5423
Yxy83.90360.28400.3205
Hunter Lab91.5989-15.3820-2.9015
CIE-Lab93.4086-10.8586-8.0395

#ccf3fb color RGB value is (204,243,251).

#ccf3fb hex color red value is 204, green value is 243 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ccf3fb hue: 0.53 , saturation: 0.85 and the lightness value of ccf3fb is 0.89.

The process color (four color CMYK) of #ccf3fb color hex is 0.19, 0.03, 0.00, 0.02. Web safe color of #ccf3fb is #ccffff. Color #ccf3fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 11111011
Octal 314 363 373
Decimal 204 243 251
Hex CC F3 FB

RGB Percentages of Color #ccf3fb

%29.23
%34.81
%35.96

CMYK Percentages of Color #ccf3fb

%19
%3
%0
%2

Triadic Colors of #ccf3fb

#ccf3fb #fbccf3 #f3fbcc

Analogous Colors of #ccf3fb

#ccf3fb #ccdcfb #ccfbec

Monochromatic Colors of #ccf3fb

#ccf3fb

Complementary Color

#ccf3fb #fbd4cc

#ccf3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf3fb Color CSS Codes

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

#ccf3fb Text Font Color

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

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


#ccf3fb Background Color

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

This div background color is #ccf3fb


#ccf3fb Border Color

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

This div border color is #ccf3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.