Color Hex Logo

#ccfbe4 Color Hex

#CCFBE4
(204,251,228)
0 Favorites   0 Comments

Color spaces of #ccfbe4

RGB 204251228
HSL0.420.850.89
HSV151°19°98°
CMYK 0.190.000.09   0.02
XYZ73.402687.433286.4063
Yxy87.43320.29690.3536
Hunter Lab93.5057-23.511410.6656
CIE-Lab94.9218-19.37706.0796

#ccfbe4 color RGB value is (204,251,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11100100
Octal 314 373 344
Decimal 204 251 228
Hex CC FB E4

RGB Percentages of Color #ccfbe4

%29.87
%36.75
%33.38

CMYK Percentages of Color #ccfbe4

%19
%0
%9
%2

Triadic Colors of #ccfbe4

#ccfbe4 #e4ccfb #fbe4cc

Analogous Colors of #ccfbe4

#ccfbe4 #ccfbfb #ccfbcd

Monochromatic Colors of #ccfbe4

#ccfbe4

Complementary Color

#ccfbe4 #fbcce3

#ccfbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbe4 Color CSS Codes

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

#ccfbe4 Text Font Color

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

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


#ccfbe4 Background Color

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

This div background color is #ccfbe4


#ccfbe4 Border Color

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

This div border color is #ccfbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbe4

Related Colors


Comments

No comments written yet.

Please login to write comment.