Color Hex Logo

#ccfbe2 Color Hex

#CCFBE2
(204,251,226)
0 Favorites   0 Comments

Color spaces of #ccfbe2

RGB 204251226
HSL0.410.850.89
HSV148°19°98°
CMYK 0.190.000.10   0.02
XYZ73.126587.322784.9523
Yxy87.32270.29800.3558
Hunter Lab93.4466-23.846711.5121
CIE-Lab94.8750-19.75147.0435

#ccfbe2 color RGB value is (204,251,226).

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

The process color (four color CMYK) of #ccfbe2 color hex is 0.19, 0.00, 0.10, 0.02. Web safe color of #ccfbe2 is #ccffcc. Color #ccfbe2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11100010
Octal 314 373 342
Decimal 204 251 226
Hex CC FB E2

RGB Percentages of Color #ccfbe2

%29.96
%36.86
%33.19

CMYK Percentages of Color #ccfbe2

%19
%0
%10
%2

Triadic Colors of #ccfbe2

#ccfbe2 #e2ccfb #fbe2cc

Analogous Colors of #ccfbe2

#ccfbe2 #ccfbfa #cefbcc

Monochromatic Colors of #ccfbe2

#ccfbe2

Complementary Color

#ccfbe2 #fbcce5

#ccfbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbe2 Color CSS Codes

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

#ccfbe2 Text Font Color

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

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


#ccfbe2 Background Color

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

This div background color is #ccfbe2


#ccfbe2 Border Color

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

This div border color is #ccfbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbe2


Comments

No comments written yet.

Please login to write comment.