Color Hex Logo

#cbe666 Color Hex

#CBE666
(203,230,102)
0 Favorites   0 Comments

Color spaces of #cbe666

RGB 203230102
HSL0.200.720.65
HSV73°56°90°
CMYK 0.120.000.56   0.10
XYZ55.323770.249423.2140
Yxy70.24940.37180.4721
Hunter Lab83.8149-28.853642.2490
CIE-Lab87.1190-27.006458.3120

#cbe666 color RGB value is (203,230,102).

#cbe666 hex color red value is 203, green value is 230 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cbe666 hue: 0.20 , saturation: 0.72 and the lightness value of cbe666 is 0.65.

The process color (four color CMYK) of #cbe666 color hex is 0.12, 0.00, 0.56, 0.10. Web safe color of #cbe666 is #ccff66. Color #cbe666 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 01100110
Octal 313 346 146
Decimal 203 230 102
Hex CB E6 66

RGB Percentages of Color #cbe666

%37.94
%42.99
%19.07

CMYK Percentages of Color #cbe666

%12
%0
%56
%10

Triadic Colors of #cbe666

#cbe666 #66cbe6 #e666cb

Analogous Colors of #cbe666

#cbe666 #8be666 #e6c166

Monochromatic Colors of #cbe666

#cbe666

Complementary Color

#cbe666 #8166e6

#cbe666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe666 Color CSS Codes

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

#cbe666 Text Font Color

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

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


#cbe666 Background Color

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

This div background color is #cbe666


#cbe666 Border Color

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

This div border color is #cbe666


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,230,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbe666; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbe666;
  -webkit-box-shadow: 1px 1px 3px 2px #cbe666;
  box-shadow:         1px 1px 3px 2px #cbe666; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,230,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe666


Comments

No comments written yet.

Please login to write comment.