Color Hex Logo

#cfed95 Color Hex

#CFED95
(207,237,149)
0 Favorites   0 Comments

Color spaces of #cfed95

RGB 207237149
HSL0.220.710.76
HSV80°37°93°
CMYK 0.130.000.37   0.07
XYZ61.441176.003739.8657
Yxy76.00370.34650.4286
Hunter Lab87.1801-26.765433.9140
CIE-Lab89.8611-23.972839.4399

#cfed95 color RGB value is (207,237,149).

#cfed95 hex color red value is 207, green value is 237 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cfed95 hue: 0.22 , saturation: 0.71 and the lightness value of cfed95 is 0.76.

The process color (four color CMYK) of #cfed95 color hex is 0.13, 0.00, 0.37, 0.07. Web safe color of #cfed95 is #ccff99. Color #cfed95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 10010101
Octal 317 355 225
Decimal 207 237 149
Hex CF ED 95

RGB Percentages of Color #cfed95

%34.91
%39.97
%25.13

CMYK Percentages of Color #cfed95

%13
%0
%37
%7

Triadic Colors of #cfed95

#cfed95 #95cfed #ed95cf

Analogous Colors of #cfed95

#cfed95 #a3ed95 #eddf95

Monochromatic Colors of #cfed95

#cfed95

Complementary Color

#cfed95 #b395ed

#cfed95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed95 Color CSS Codes

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

#cfed95 Text Font Color

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

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


#cfed95 Background Color

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

This div background color is #cfed95


#cfed95 Border Color

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

This div border color is #cfed95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed95


Comments

No comments written yet.

Please login to write comment.