Color Hex Logo

#cfeb07 Color Hex

#CFEB07
(207,235,7)
0 Favorites   0 Comments

Color spaces of #cfeb07

RGB 2072357
HSL0.190.940.47
HSV67°97°92°
CMYK 0.120.000.97   0.08
XYZ55.478872.697411.3090
Yxy72.69740.39770.5212
Hunter Lab85.2628-33.063451.8199
CIE-Lab88.3032-31.720785.8208

#cfeb07 color RGB value is (207,235,7).

#cfeb07 hex color red value is 207, green value is 235 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cfeb07 hue: 0.19 , saturation: 0.94 and the lightness value of cfeb07 is 0.47.

The process color (four color CMYK) of #cfeb07 color hex is 0.12, 0.00, 0.97, 0.08. Web safe color of #cfeb07 is #ccff00. Color #cfeb07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 00000111
Octal 317 353 7
Decimal 207 235 7
Hex CF EB 7

RGB Percentages of Color #cfeb07

%46.10
%52.34
%1.56

CMYK Percentages of Color #cfeb07

%12
%0
%97
%8

Triadic Colors of #cfeb07

#cfeb07 #07cfeb #eb07cf

Analogous Colors of #cfeb07

#cfeb07 #5deb07 #eb9507

Monochromatic Colors of #cfeb07

#cfeb07

Complementary Color

#cfeb07 #2307eb

#cfeb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb07 Color CSS Codes

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

#cfeb07 Text Font Color

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

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


#cfeb07 Background Color

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

This div background color is #cfeb07


#cfeb07 Border Color

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

This div border color is #cfeb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb07


Comments

No comments written yet.

Please login to write comment.