Color Hex Logo

#cfbe00 Color Hex

#CFBE00
(207,190,0)
0 Favorites   0 Comments

Color spaces of #cfbe00

RGB 2071900
HSL0.151.000.41
HSV55°100°81°
CMYK 0.000.081.00   0.19
XYZ44.145650.09237.3421
Yxy50.09230.43460.4931
Hunter Lab70.7759-12.520743.3926
CIE-Lab76.1259-9.878677.4329

#cfbe00 color RGB value is (207,190,0).

#cfbe00 hex color red value is 207, green value is 190 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cfbe00 hue: 0.15 , saturation: 1.00 and the lightness value of cfbe00 is 0.41.

The process color (four color CMYK) of #cfbe00 color hex is 0.00, 0.08, 1.00, 0.19. Web safe color of #cfbe00 is #cccc00. Color #cfbe00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 00000000
Octal 317 276 0
Decimal 207 190 0
Hex CF BE 0

RGB Percentages of Color #cfbe00

%52.14
%47.86
%0.00

CMYK Percentages of Color #cfbe00

%0
%8
%100
%19

Triadic Colors of #cfbe00

#cfbe00 #00cfbe #be00cf

Analogous Colors of #cfbe00

#cfbe00 #79cf00 #cf5600

Monochromatic Colors of #cfbe00

#cfbe00

Complementary Color

#cfbe00 #0011cf

#cfbe00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbe00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbe00 Color CSS Codes

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

#cfbe00 Text Font Color

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

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


#cfbe00 Background Color

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

This div background color is #cfbe00


#cfbe00 Border Color

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

This div border color is #cfbe00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbe00


Comments

No comments written yet.

Please login to write comment.