Color Hex Logo

#ccfebf Color Hex

#CCFEBF
(204,254,191)
0 Favorites   0 Comments

Color spaces of #ccfebf

RGB 204254191
HSL0.300.970.87
HSV108°25°100°
CMYK 0.200.000.25   0.00
XYZ69.747687.482662.5000
Yxy87.48260.31740.3981
Hunter Lab93.5321-30.572525.8538
CIE-Lab94.9427-27.211025.0655

#ccfebf color RGB value is (204,254,191).

#ccfebf hex color red value is 204, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ccfebf hue: 0.30 , saturation: 0.97 and the lightness value of ccfebf is 0.87.

The process color (four color CMYK) of #ccfebf color hex is 0.20, 0.00, 0.25, 0.00. Web safe color of #ccfebf is #ccffcc. Color #ccfebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 10111111
Octal 314 376 277
Decimal 204 254 191
Hex CC FE BF

RGB Percentages of Color #ccfebf

%31.43
%39.14
%29.43

CMYK Percentages of Color #ccfebf

%20
%0
%25
%0

Triadic Colors of #ccfebf

#ccfebf #bfccfe #febfcc

Analogous Colors of #ccfebf

#ccfebf #bffed2 #ecfebf

Monochromatic Colors of #ccfebf

#ccfebf

Complementary Color

#ccfebf #f1bffe

#ccfebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfebf Color CSS Codes

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

#ccfebf Text Font Color

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

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


#ccfebf Background Color

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

This div background color is #ccfebf


#ccfebf Border Color

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

This div border color is #ccfebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfebf


Comments

No comments written yet.

Please login to write comment.