Color Hex Logo

#cfeb10 Color Hex

#CFEB10
(207,235,16)
0 Favorites   0 Comments

Color spaces of #cfeb10

RGB 20723516
HSL0.190.870.49
HSV68°93°92°
CMYK 0.120.000.93   0.08
XYZ55.534072.719511.5995
Yxy72.71950.39710.5200
Hunter Lab85.2757-32.988251.6282
CIE-Lab88.3138-31.627785.0408

#cfeb10 color RGB value is (207,235,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 00010000
Octal 317 353 20
Decimal 207 235 16
Hex CF EB 10

RGB Percentages of Color #cfeb10

%45.20
%51.31
%3.49

CMYK Percentages of Color #cfeb10

%12
%0
%93
%8

Triadic Colors of #cfeb10

#cfeb10 #10cfeb #eb10cf

Analogous Colors of #cfeb10

#cfeb10 #61eb10 #eb9a10

Monochromatic Colors of #cfeb10

#cfeb10

Complementary Color

#cfeb10 #2c10eb

#cfeb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb10 Color CSS Codes

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

#cfeb10 Text Font Color

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

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


#cfeb10 Background Color

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

This div background color is #cfeb10


#cfeb10 Border Color

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

This div border color is #cfeb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb10


Comments

No comments written yet.

Please login to write comment.