Color Hex Logo

#cffd93 Color Hex

#CFFD93
(207,253,147)
0 Favorites   0 Comments

Color spaces of #cffd93

RGB 207253147
HSL0.240.960.78
HSV86°42°99°
CMYK 0.180.000.42   0.01
XYZ66.123985.622540.6455
Yxy85.62250.34370.4450
Hunter Lab92.5324-34.375238.7292
CIE-Lab94.1507-31.747145.9089

#cffd93 color RGB value is (207,253,147).

#cffd93 hex color red value is 207, green value is 253 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cffd93 hue: 0.24 , saturation: 0.96 and the lightness value of cffd93 is 0.78.

The process color (four color CMYK) of #cffd93 color hex is 0.18, 0.00, 0.42, 0.01. Web safe color of #cffd93 is #ccff99. Color #cffd93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111101 10010011
Octal 317 375 223
Decimal 207 253 147
Hex CF FD 93

RGB Percentages of Color #cffd93

%34.10
%41.68
%24.22

CMYK Percentages of Color #cffd93

%18
%0
%42
%1

Triadic Colors of #cffd93

#cffd93 #93cffd #fd93cf

Analogous Colors of #cffd93

#cffd93 #9afd93 #fdf693

Monochromatic Colors of #cffd93

#cffd93

Complementary Color

#cffd93 #c193fd

#cffd93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffd93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffd93 Color CSS Codes

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

#cffd93 Text Font Color

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

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


#cffd93 Background Color

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

This div background color is #cffd93


#cffd93 Border Color

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

This div border color is #cffd93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffd93

Related Colors


Comments

No comments written yet.

Please login to write comment.