Color Hex Logo

#ccfff3 Color Hex

#CCFFF3
(204,255,243)
0 Favorites   0 Comments

Color spaces of #ccfff3

RGB 204255243
HSL0.461.000.90
HSV166°20°100°
CMYK 0.200.000.05   0.00
XYZ76.839590.828498.2758
Yxy90.82840.28890.3415
Hunter Lab95.3039-22.86495.5739
CIE-Lab96.3393-18.43640.4062

#ccfff3 color RGB value is (204,255,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11110011
Octal 314 377 363
Decimal 204 255 243
Hex CC FF F3

RGB Percentages of Color #ccfff3

%29.06
%36.32
%34.62

CMYK Percentages of Color #ccfff3

%20
%0
%5
%0

Triadic Colors of #ccfff3

#ccfff3 #f3ccff #fff3cc

Analogous Colors of #ccfff3

#ccfff3 #ccf2ff #ccffda

Monochromatic Colors of #ccfff3

#ccfff3

Complementary Color

#ccfff3 #ffccd8

#ccfff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfff3 Color CSS Codes

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

#ccfff3 Text Font Color

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

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


#ccfff3 Background Color

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

This div background color is #ccfff3


#ccfff3 Border Color

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

This div border color is #ccfff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfff3


Comments

No comments written yet.

Please login to write comment.