Color Hex Logo

#cfe705 Color Hex

#CFE705
(207,231,5)
0 Favorites   0 Comments

Color spaces of #cfe705

RGB 2072315
HSL0.180.960.46
HSV66°98°91°
CMYK 0.100.000.98   0.09
XYZ54.335470.428210.8738
Yxy70.42820.40060.5192
Hunter Lab83.9215-31.291951.0628
CIE-Lab87.2065-29.884085.1516

#cfe705 color RGB value is (207,231,5).

#cfe705 hex color red value is 207, green value is 231 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #cfe705 hue: 0.18 , saturation: 0.96 and the lightness value of cfe705 is 0.46.

The process color (four color CMYK) of #cfe705 color hex is 0.10, 0.00, 0.98, 0.09. Web safe color of #cfe705 is #ccff00. Color #cfe705 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100111 00000101
Octal 317 347 5
Decimal 207 231 5
Hex CF E7 5

RGB Percentages of Color #cfe705

%46.73
%52.14
%1.13

CMYK Percentages of Color #cfe705

%10
%0
%98
%9

Triadic Colors of #cfe705

#cfe705 #05cfe7 #e705cf

Analogous Colors of #cfe705

#cfe705 #5ee705 #e78e05

Monochromatic Colors of #cfe705

#cfe705

Complementary Color

#cfe705 #1d05e7

#cfe705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe705 Color CSS Codes

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

#cfe705 Text Font Color

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

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


#cfe705 Background Color

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

This div background color is #cfe705


#cfe705 Border Color

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

This div border color is #cfe705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe705


Comments

No comments written yet.

Please login to write comment.