Color Hex Logo

#cffea4 Color Hex

#CFFEA4
(207,254,164)
0 Favorites   0 Comments

Color spaces of #cffea4

RGB 207254164
HSL0.250.980.82
HSV91°35°100°
CMYK 0.190.000.35   0.00
XYZ67.874886.829448.3043
Yxy86.82940.33430.4277
Hunter Lab93.1823-33.048134.4926
CIE-Lab94.6658-30.091138.2673

#cffea4 color RGB value is (207,254,164).

#cffea4 hex color red value is 207, green value is 254 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #cffea4 hue: 0.25 , saturation: 0.98 and the lightness value of cffea4 is 0.82.

The process color (four color CMYK) of #cffea4 color hex is 0.19, 0.00, 0.35, 0.00. Web safe color of #cffea4 is #ccff99. Color #cffea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111110 10100100
Octal 317 376 244
Decimal 207 254 164
Hex CF FE A4

RGB Percentages of Color #cffea4

%33.12
%40.64
%26.24

CMYK Percentages of Color #cffea4

%19
%0
%35
%0

Triadic Colors of #cffea4

#cffea4 #a4cffe #fea4cf

Analogous Colors of #cffea4

#cffea4 #a4fea6 #fcfea4

Monochromatic Colors of #cffea4

#cffea4

Complementary Color

#cffea4 #d3a4fe

#cffea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffea4 Color CSS Codes

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

#cffea4 Text Font Color

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

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


#cffea4 Background Color

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

This div background color is #cffea4


#cffea4 Border Color

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

This div border color is #cffea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffea4

Related Colors


Comments

No comments written yet.

Please login to write comment.