Color Hex Logo

#cfe965 Color Hex

#CFE965
(207,233,101)
0 Favorites   0 Comments

Color spaces of #cfe965

RGB 207233101
HSL0.200.750.65
HSV72°57°91°
CMYK 0.110.000.57   0.09
XYZ57.220072.482823.2867
Yxy72.48280.37400.4738
Hunter Lab85.1368-29.020643.3787
CIE-Lab88.2005-26.951360.0519

#cfe965 color RGB value is (207,233,101).

#cfe965 hex color red value is 207, green value is 233 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cfe965 hue: 0.20 , saturation: 0.75 and the lightness value of cfe965 is 0.65.

The process color (four color CMYK) of #cfe965 color hex is 0.11, 0.00, 0.57, 0.09. Web safe color of #cfe965 is #ccff66. Color #cfe965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 01100101
Octal 317 351 145
Decimal 207 233 101
Hex CF E9 65

RGB Percentages of Color #cfe965

%38.26
%43.07
%18.67

CMYK Percentages of Color #cfe965

%11
%0
%57
%9

Triadic Colors of #cfe965

#cfe965 #65cfe9 #e965cf

Analogous Colors of #cfe965

#cfe965 #8de965 #e9c165

Monochromatic Colors of #cfe965

#cfe965

Complementary Color

#cfe965 #7f65e9

#cfe965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe965 Color CSS Codes

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

#cfe965 Text Font Color

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

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


#cfe965 Background Color

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

This div background color is #cfe965


#cfe965 Border Color

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

This div border color is #cfe965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe965


Comments

No comments written yet.

Please login to write comment.