Color Hex Logo

#cffc7d Color Hex

#CFFC7D
(207,252,125)
0 Favorites   0 Comments

Color spaces of #cffc7d

RGB 207252125
HSL0.230.950.74
HSV81°50°99°
CMYK 0.180.000.50   0.01
XYZ64.244284.366932.3004
Yxy84.36690.35510.4663
Hunter Lab91.8515-35.890843.4462
CIE-Lab93.6096-33.653455.5954

#cffc7d color RGB value is (207,252,125).

#cffc7d hex color red value is 207, green value is 252 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cffc7d hue: 0.23 , saturation: 0.95 and the lightness value of cffc7d is 0.74.

The process color (four color CMYK) of #cffc7d color hex is 0.18, 0.00, 0.50, 0.01. Web safe color of #cffc7d is #ccff66. Color #cffc7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111100 01111101
Octal 317 374 175
Decimal 207 252 125
Hex CF FC 7D

RGB Percentages of Color #cffc7d

%35.45
%43.15
%21.40

CMYK Percentages of Color #cffc7d

%18
%0
%50
%1

Triadic Colors of #cffc7d

#cffc7d #7dcffc #fc7dcf

Analogous Colors of #cffc7d

#cffc7d #90fc7d #fcea7d

Monochromatic Colors of #cffc7d

#cffc7d

Complementary Color

#cffc7d #aa7dfc

#cffc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffc7d Color CSS Codes

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

#cffc7d Text Font Color

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

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


#cffc7d Background Color

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

This div background color is #cffc7d


#cffc7d Border Color

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

This div border color is #cffc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffc7d

Related Colors


Comments

No comments written yet.

Please login to write comment.