Color Hex Logo

#cbe646 Color Hex

#CBE646
(203,230,70)
0 Favorites   0 Comments

Color spaces of #cbe646

RGB 20323070
HSL0.190.760.59
HSV70°70°90°
CMYK 0.120.000.70   0.10
XYZ54.030969.732316.4063
Yxy69.73230.38550.4975
Hunter Lab83.5059-30.640246.8055
CIE-Lab86.8654-29.190670.9284

#cbe646 color RGB value is (203,230,70).

#cbe646 hex color red value is 203, green value is 230 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cbe646 hue: 0.19 , saturation: 0.76 and the lightness value of cbe646 is 0.59.

The process color (four color CMYK) of #cbe646 color hex is 0.12, 0.00, 0.70, 0.10. Web safe color of #cbe646 is #ccff33. Color #cbe646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 01000110
Octal 313 346 106
Decimal 203 230 70
Hex CB E6 46

RGB Percentages of Color #cbe646

%40.36
%45.73
%13.92

CMYK Percentages of Color #cbe646

%12
%0
%70
%10

Triadic Colors of #cbe646

#cbe646 #46cbe6 #e646cb

Analogous Colors of #cbe646

#cbe646 #7be646 #e6b146

Monochromatic Colors of #cbe646

#cbe646

Complementary Color

#cbe646 #6146e6

#cbe646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe646 Color CSS Codes

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

#cbe646 Text Font Color

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

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


#cbe646 Background Color

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

This div background color is #cbe646


#cbe646 Border Color

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

This div border color is #cbe646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe646


Comments

No comments written yet.

Please login to write comment.