Color Hex Logo

#cff64d Color Hex

#CFF64D
(207,246,77)
0 Favorites   0 Comments

Color spaces of #cff64d

RGB 20724677
HSL0.210.900.63
HSV74°69°96°
CMYK 0.160.000.69   0.04
XYZ60.027479.712819.2435
Yxy79.71280.37760.5014
Hunter Lab89.2820-36.231849.7183
CIE-Lab91.5558-34.619573.2036

#cff64d color RGB value is (207,246,77).

#cff64d hex color red value is 207, green value is 246 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cff64d hue: 0.21 , saturation: 0.90 and the lightness value of cff64d is 0.63.

The process color (four color CMYK) of #cff64d color hex is 0.16, 0.00, 0.69, 0.04. Web safe color of #cff64d is #ccff66. Color #cff64d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110110 01001101
Octal 317 366 115
Decimal 207 246 77
Hex CF F6 4D

RGB Percentages of Color #cff64d

%39.06
%46.42
%14.53

CMYK Percentages of Color #cff64d

%16
%0
%69
%4

Triadic Colors of #cff64d

#cff64d #4dcff6 #f64dcf

Analogous Colors of #cff64d

#cff64d #7bf64d #f6c94d

Monochromatic Colors of #cff64d

#cff64d

Complementary Color

#cff64d #744df6

#cff64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff64d Color CSS Codes

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

#cff64d Text Font Color

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

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


#cff64d Background Color

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

This div background color is #cff64d


#cff64d Border Color

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

This div border color is #cff64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff64d


Comments

No comments written yet.

Please login to write comment.